Private network and raft is there a problem?

Hello
I want to create private network using Cluster service. Cluster because I want to control how many replicas will be in my private network of each file. I 've read that if in my private network is more than few dozens of peers than will be problem with performance because of RAFT. Is it true and maybe there is other way to find consensus in private network

Use CRDT “consensus”.

1 Like

Thanks.for quick answer I’ll try