Skip to content

Instantly share code, notes, and snippets.

@holzeis
Created November 13, 2018 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holzeis/6774f59b3602d8ebaf2b5e40460addc1 to your computer and use it in GitHub Desktop.
Save holzeis/6774f59b3602d8ebaf2b5e40460addc1 to your computer and use it in GitHub Desktop.
orderer configuartion in configtx.yaml
Orderer: &OrdererDefaults
OrdererType: kafka
Addresses:
- orderer.example:7050
BatchTimeout: 2s
BatchSize:
MaxMessageCount: 10
AbsoluteMaxBytes: 99 MB
PreferredMaxBytes: 512 KB
Kafka:
Brokers:
- kafka-0.kafka.kafka:9092
- kafka-1.kafka.kafka:9092
- kafka-2.kafka.kafka:9092
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment