How to avoid the Fabric CA beeing a single point of failure?

后端 未结 4 1507
-上瘾入骨i
-上瘾入骨i 2021-01-03 04:24

if I understood correctly, every peer in a fabric blockchain network (somehow interconnected through gossip) will only accept incoming connections from other peers if they u

4条回答
  •  迷失自我
    2021-01-03 04:51

    First of all, I would like to say that the question is very interesting secondly I think your concerns are true about Hyperledger Composer but a solution I would say that because the all the Hyperledger Fabric components are container based they can be easily scaled so in the case of Docker swarm I would just use `

    docker service scale hyper ledger-ca 5`
    

    and it will scale it to 5 containers or different nodes i hope that answers your question please let me know if there is anything left to answer

提交回复
热议问题