I Just start my customized hyperledger composer network with 3 organizations. Each organization is include 1 peers(total 3 peers). My question is
Please correct me if I am wrong.
Fabric : 1.1.0
Composer: 0.19.16
node :8.11.3
Os: Ubuntu 16.04
Multiple peers per org provide increased resilience (via redundancy) as well as improved throughput under load. You can start your network with a single peer and add more later. However, in a production system, you would typically want some resilience, and therefore at least 2 endorsing peers per org.
The same goes for the orderer. You would typically use Kafka for production to provide improved throughput and resilience.
Also, unless you have a strong reason for using Fabric 1.1, you should be at least using 1.2, which is supported by Composer and has several new features.