No name
No name

Reputation: 345

Migration from solo consensus to raft consensus

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

Answers (1)

yacovm
yacovm

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

Related Questions