99hardforks
99hardforks

Reputation: 139

Adding new nodes to Orderer Service Network (OSN)

My question is simple - once the Orderer Service Network is created and is up and running, is it possible to extend it with new nodes acting as Orderers, Kafkas and Zookeepers?

The scenario I am thinking is when each participant in the network owns a stake at both peer and OSN layer. Therefore, a new participant should join the network with both peer(s), orderer(s), kafka node(s) and zookeeper node(s).

I am aware of recommended limits related to the size of Kafka/Zookeeper cluster; however, I am curious about technical possibility of successfully executing the above scenario.

Upvotes: 0

Views: 207

Answers (1)

yacovm
yacovm

Reputation: 5140

Yes it's possible:

If you add an orderer node you need it to wait to synchronize via fetching the transactions from kafka.

If you add a zookeeper node, well - consult the zookeeper manual, but - it's possible.

I haven't tried but i guess it should be the same for kafka too.

Upvotes: 2

Related Questions