Skip to content

Instantly share code, notes, and snippets.

@akashsethi24
Created December 12, 2017 10:14
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 akashsethi24/5323b611aaa5859b3f0e45955db40e83 to your computer and use it in GitHub Desktop.
Save akashsethi24/5323b611aaa5859b3f0e45955db40e83 to your computer and use it in GitHub Desktop.
Application: &ApplicationDefaults
Organizations:
Orderer: &OrdererDefaults
OrdererType: solo # Available types are "solo" and "kafka"
Addresses:
- orderer.example.com:7050
BatchTimeout: 2s # Batch Timeout: The amount of time to wait before creating a batch
BatchSize: # Batch Size: Controls the number of messages batched into a block
MaxMessageCount: 10 # Max Message Count: The maximum number of messages to permit in a batch
AbsoluteMaxBytes: 99 MB
PreferredMaxBytes: 512 KB
Kafka:
Brokers:
- 127.0.0.1:9092
Organizations:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment