I have 2 HLF networks. The first one has let's say Kafka ordering service and some peers, chaincodes and their ledgers. Second network is null right now (let's say we will derive this network from network A). In network B, I want RAFT based ordering service, different number of peers (could be same too if hard-mandatory) and same transaction history. In short, I need to migrate network A data to network B (has RAFT orderers).
- What all changes are needed in network A? Should I convert this Kafka OSN to RAFT OSN first and then do a network migration?
- Followed by these changes, how can I migrate this network A (possibly modified) to network B?