Skip to content

Commit

Permalink
Merge "Update sarama library" into release-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yacovm authored and Gerrit Code Review committed Nov 15, 2018
2 parents c613a45 + 9447afd commit 14098ec
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.

0 comments on commit 14098ec

Please sign in to comment.