The network configuration that is provided with the e2e_cli example has only one "orderer" container and a set of kafka/zookeeper containers.
My questions are:
- Q1: Is the single "orderer" some kind of architectural restriction of HLFv1.0 when single channel need to be created ?
- Q2: Is it possible to run multiple "orderers" for HA purposes when only one channel is used ?
the documentation suggests that multiple orderers can be used, but my understanding is that each "orderer" provide ordering service for single channel - is it right ?