Skip to content

Commit

Permalink
Update sarama library
Browse files Browse the repository at this point in the history
Update to 1.19 and pick up the following bug fixes:

1. IBM/sarama#1021 (for FAB-11977)
2. IBM/sarama#1087 (for FAB-12827)

FAB-11977 #done
FAB-12827 #done

Change-Id: I3be588a3f293079971af5c20c72c1b32bf613968
Signed-off-by: Kostas Christidis <[email protected]>
  • Loading branch information
kchristidis committed Nov 15, 2018
1 parent 5017e4d commit 9447afd
Show file tree
Hide file tree
Showing 49 changed files with 3,332 additions and 621 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ignored = [

[[constraint]]
name = "github.com/Shopify/sarama"
version = "1.16.0"
version = "1.19.0"

[[constraint]]
name = "github.com/cactus/go-statsd-client"
Expand Down
2 changes: 1 addition & 1 deletion orderer/consensus/kafka/chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ func TestCloseKafkaObjects(t *testing.T) {

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

assert.Panics(t, func() {
assert.NotPanics(t, func() {
channelConsumer.Close()
})

Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/Shopify/sarama/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9447afd

Please sign in to comment.