By default, up to three orderers can be created by this sample in the Hyperledger Fabric. However, two of them have the characteristic of require a Load Balancer (which can be not desired by users).
Because of this reason, I think that many users would like to use just one orderer, which can lead to a SPOF in their application. My opinion here is to scale the default orderer to a set of two replicas where network is not going to fail just because of one element. This can be also set as an enviroment variable in env.sh if desired.
As this is simple to do, I can send the PR if this issue is approved.
By default, up to three orderers can be created by this sample in the Hyperledger Fabric. However, two of them have the characteristic of require a Load Balancer (which can be not desired by users).
Because of this reason, I think that many users would like to use just one orderer, which can lead to a SPOF in their application. My opinion here is to scale the default orderer to a set of two replicas where network is not going to fail just because of one element. This can be also set as an enviroment variable in env.sh if desired.
As this is simple to do, I can send the PR if this issue is approved.