Skip to content

Commit

Permalink
Merge "[FAB-5345] Update sample Kafka.Brokers value"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Yellick authored and Gerrit Code Review committed Jul 18, 2017
2 parents 97d4846 + e193926 commit 85ee523
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
9 changes: 6 additions & 3 deletions examples/cluster/config/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,13 @@ Orderer: &OrdererDefaults
PreferredMaxBytes: 512 KB

Kafka:
# Brokers: A list of Kafka brokers to which the orderer connects
# NOTE: Use IP:port notation
# Brokers: A list of Kafka brokers to which the orderer connects. Edit
# this list to identify the brokers of the ordering service.
# NOTE: Use IP:port notation.
Brokers:
- 127.0.0.1:9092
- kafka0:9092
- kafka1:9092
- kafka2:9092

# Organizations is the list of orgs which are defined as participants on
# the orderer side of the network
Expand Down
9 changes: 6 additions & 3 deletions examples/e2e_cli/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,13 @@ Orderer: &OrdererDefaults
PreferredMaxBytes: 512 KB

Kafka:
# Brokers: A list of Kafka brokers to which the orderer connects
# NOTE: Use IP:port notation
# Brokers: A list of Kafka brokers to which the orderer connects. Edit
# this list to identify the brokers of the ordering service.
# NOTE: Use IP:port notation.
Brokers:
- 127.0.0.1:9092
- kafka0:9092
- kafka1:9092
- kafka2:9092

# Organizations is the list of orgs which are defined as participants on
# the orderer side of the network
Expand Down
9 changes: 6 additions & 3 deletions sampleconfig/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,13 @@ Orderer: &OrdererDefaults
MaxChannels: 0

Kafka:
# Brokers: A list of Kafka brokers to which the orderer connects.
# NOTE: Use IP:port notation
# Brokers: A list of Kafka brokers to which the orderer connects. Edit
# this list to identify the brokers of the ordering service.
# NOTE: Use IP:port notation.
Brokers:
- 127.0.0.1:9092
- kafka0:9092
- kafka1:9092
- kafka2:9092

# Organizations is the list of orgs which are defined as participants on
# the orderer side of the network.
Expand Down
5 changes: 3 additions & 2 deletions test/feature/configs/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,9 @@ Orderer: &OrdererDefaults
MaxChannels: 0

Kafka:
# Brokers: A list of Kafka brokers to which the orderer connects.
# NOTE: Use IP:port notation
# Brokers: A list of Kafka brokers to which the orderer connects. Edit
# this list to identify the brokers of the ordering service.
# NOTE: Use IP:port notation.
Brokers:
- kafka0:9092
- kafka1:9092
Expand Down

0 comments on commit 85ee523

Please sign in to comment.