-
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-1161] Push genesis block upon orderer init
Before this changeset, the genesis block would be pushed with the first broadcast request. A side-effect of this is that any deliver requests reaching the orderer before the first broadcast request would panic. This changeset fixes that by having the orderer push the genesis block (and create the respective Kafka topic) upon initialization. Change-Id: Ice5d84b45bcd1565f916f8ac13073380090e6036 Signed-off-by: Kostas Christidis <kostas@christidis.io>
- Loading branch information
1 parent
5ce0d90
commit c1e6fb4
Showing
3 changed files
with
46 additions
and
55 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
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