Skip to content

Commit

Permalink
Upgrades confluent-kafka-go to 1.5.2
Browse files Browse the repository at this point in the history
Besides keeping the worker updated, this release solves a bug, where consumer
would randomly get stuck during rebalances.

Links:
 - confluentinc/librdkafka#2933
  • Loading branch information
andremissaglia committed Nov 12, 2020
1 parent ef5eff3 commit 09a60c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 237 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go/pubsub v1.2.0
github.com/Shopify/sarama v1.26.1
github.com/arquivei/foundationkit v0.0.0-20200302211010-306c93c13d0d
github.com/confluentinc/confluent-kafka-go v1.4.2 // indirect
github.com/confluentinc/confluent-kafka-go v1.5.2 // indirect
github.com/go-kit/kit v0.10.0
github.com/imkira/go-observer v1.0.3
github.com/rs/zerolog v1.14.3
Expand Down
Loading

0 comments on commit 09a60c6

Please sign in to comment.