-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-1253] Allow attempt to send >1MB blocks to kafka
This is a quick fix to unblock using the Kafka orderer. Your kafka instance must also be configured with a corresponding message.max.bytes property in server.properties, otherwise, the server will reject the message. This changeset makes the default 100MiB. We might want to add this to the orderer config.yml, but I think it's important to get this quick fix out into master for downstream users. Change-Id: Ib4bffbd8afdc229e64d43f011f09d942e0cd5b10 Signed-off-by: Luis Sanchez <[email protected]>
- Loading branch information
Luis Sanchez
committed
Dec 5, 2016
1 parent
5f17fde
commit 6d03a16
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters