-
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-2936] Vendor latest version of sarama library
https://jira.hyperledger.org/browse/FAB-2936 This is the first in a series of changesets that will allow us to quickly query the state of the Kafka cluster. This is itself needed so that we can decide whether there's a point in repeating a certain request (e.g. for the creation of a channel/partition in Kafka) or not. We're vendoring the latest version of the sarama library because it introduces the `Brokers()` method to the `Client` interface, and this allows us to easily get the list of active brokers. This changeset also adds a relevant (and now req'd) config setting, see: IBM/sarama#816 for more. Change-Id: Ia6bda8f237e087066f404f09f9d6ac359ed44b85 Signed-off-by: Kostas Christidis <[email protected]>
- Loading branch information
1 parent
24ab51a
commit 047cc27
Showing
58 changed files
with
2,289 additions
and
181 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
7 changes: 4 additions & 3 deletions
7
vendor/github.com/Shopify/sarama/api_versions_response.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
21 changes: 11 additions & 10 deletions
21
vendor/github.com/Shopify/sarama/async_producer.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.