Warm tip: This article is reproduced from stackoverflow.com, please click
hyperledger-fabric

Migration from solo consensus to raft consensus

发布于 2020-04-23 11:16:43

I've used byfn.sh to build a hyperledger network with solo consensus.

Now I want to migrate to Raft consensus, but without destroying the blockchain and start from zero.

Is it possible to migrate Hyperledger fabric from Solo consensus to Raft consensus ?

Thank you in advance.

Questioner
No name
Viewed
40
yacovm 2020-02-08 06:41

Yes, it's possible and it's basically very similar to the Kafka to Raft migration. Take a look at the Kafka to Raft migration guide and follow it