具有多个订购者的超级账本结构设置

时间:2019-02-04 07:36:06

标签: hyperledger-fabric hyperledger blockchain

  • 前提条件

    • 面料1.3
    • 我正在尝试使用示例应用程序(余额转移)。
    • 我可以invoke来订购orderer.example.com和orderer2.example.com
    • 默认情况下,它仅向orderer2.example.com发出请求。
  • 我做了什么:

    1. 停止订购2。 docker stop orderer2.example.com
    2. 从SDK执行invoke
  • 预期行为

    • 由于orderer2.example.com已停止,因此现在我希望SDK可以向orderer.example.com发出故障转移请求。
  • 实际行为

    • SDK仅向orderer2.example.com发送请求。
    • SDK中发生错误。
  • 示例yaml文件如下所示。

    channels:
      mychannel:
        orderers:
          - orderer2.example.com
          - orderer.example.com
    

此行为正确吗? 一旦其中一个订购者关闭,SDK不会自动将连接切换到声音订购者吗?

0 个答案:

没有答案