Skip to content

Commit

Permalink
Merge "[FAB-6094] Insert default Kafka version in config"
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersingh24 authored and Gerrit Code Review committed Sep 13, 2017
2 parents 368b92a + c3124a0 commit 6dc00d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cluster/config/orderer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ Kafka:
#File: path/to/RootCAs

# Kafka version of the Kafka cluster brokers (defaults to 0.10.2.0)
Version:
Version: 0.10.2.0
2 changes: 1 addition & 1 deletion orderer/common/localconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ var defaults = TopLevel{
},
},
Verbose: false,
Version: sarama.V0_10_1_0,
Version: sarama.V0_10_2_0,
TLS: TLS{
Enabled: false,
},
Expand Down
3 changes: 1 addition & 2 deletions sampleconfig/orderer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ Kafka:
# value of RootCAs.
#File: path/to/RootCAs
# Kafka version of the Kafka cluster brokers (defaults to 0.10.2.0)
Version:
#
Version: 0.10.2.0

################################################################################
#
Expand Down

0 comments on commit 6dc00d7

Please sign in to comment.