Skip to content

Commit 8cfb9ed

Browse files
committed
[FAB-11573] Update Kafka library
Update github.com/Shopify/sarama to v1.17.0 Change-Id: I7189e9daf082e455b12433d33f9db60b5b6eb78d Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
1 parent d441f26 commit 8cfb9ed

39 files changed

+1195
-244
lines changed

Gopkg.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ignored = [
1818

1919
[[constraint]]
2020
name = "github.com/Shopify/sarama"
21-
version = "1.16.0"
21+
version = "1.17.0"
2222

2323
[[constraint]]
2424
name = "github.com/cactus/go-statsd-client"

orderer/consensus/kafka/chain_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ func TestCloseKafkaObjects(t *testing.T) {
577577

578578
assert.Len(t, errs, 0, "Expected zero errors")
579579

580-
assert.Panics(t, func() {
580+
assert.NotPanics(t, func() {
581581
channelConsumer.Close()
582582
})
583583

vendor/github.com/Shopify/sarama/LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Shopify/sarama/broker.go

Lines changed: 62 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Shopify/sarama/client.go

Lines changed: 74 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Shopify/sarama/config.go

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)