hyperledger-archives / caliper

A blockchain benchmark framework to measure performance of multiple blockchain solutions
Apache License 2.0
74 stars 24 forks source link

Support for kafka #42

Open ghost opened 6 years ago

ghost commented 6 years ago

Does the current implementation supports for multiple orderer? I can see changes in createchannel.js needed. Can you provide any support on that?

haojun commented 6 years ago

You can set up a network with multiple oderers, and specify one of the orderers in caliper's configuration. That would work, the only problem is that all the proposals would be sent to the single orderer.

A better way is being able to specify multiple orderers in the configuration, and send different proposals to different orderers randomly or by some algorithm like round-bin. But it is not implemented yet.