Guest User

Untitled

a guest
Oct 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Orderer: &OrdererDefaults
  2.  
  3. # Orderer Type: The orderer implementation to start
  4. # Available types are "solo" and "kafka"
  5. OrdererType: solo
  6.  
  7. Addresses:
  8. - orderer.example.com:7050
  9.  
  10. # Batch Timeout: The amount of time to wait before creating a batch
  11. BatchTimeout: 250ms
  12.  
  13. # Batch Size: Controls the number of messages batched into a block
  14. BatchSize:
  15.  
  16. # Max Message Count: The maximum number of messages to permit in a batch
  17. MaxMessageCount: 10
  18.  
  19. # Absolute Max Bytes: The absolute maximum number of bytes allowed for
  20. # the serialized messages in a batch.
  21. AbsoluteMaxBytes: 98 MB
  22.  
  23. # Preferred Max Bytes: The preferred maximum number of bytes allowed for
  24. # the serialized messages in a batch. A message larger than the preferred
  25. # max bytes will result in a batch larger than preferred max bytes.
  26. PreferredMaxBytes: 512 KB
Add Comment
Please, Sign In to add comment