Reputation: 345
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.
Upvotes: 1
Views: 337
Reputation: 5140
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
Upvotes: 2