Using kafka configuration in hyperledger composer setup

流过昼夜 提交于 2019-12-13 03:13:48

问题


I just want to know whether we can use hyperledger composer in the scenario where there are multiple orderers deployed in kafka configuration ?


回答1:


Hyperledger Composer can be used against any fabric network setup. So it will work with both a Solo Orderer setup as well as a kafka configured setup. However as noted in the comment there is a limitation in that although you can define multiple orderers in the connection profile, only the first one in the list is used to interact with an orderer.

A new feature that went into the fabric-node-sdk 1.2 allows it to try other orderers in the list if it fails to send proposals to an orderer. When Composer is able to work with a fabric 1.2 setup then this feature will be available.



来源:https://stackoverflow.com/questions/51512824/using-kafka-configuration-in-hyperledger-composer-setup

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!