Skip to content

Commit

Permalink
Fix crash in roundrobin assignor for asymmetrical subscriptions (conf…
Browse files Browse the repository at this point in the history
…luentinc#2121)

This also adds declarative unit tests of the assignors.
  • Loading branch information
edenhill committed May 5, 2020
1 parent efcfef3 commit 8ba5df7
Show file tree
Hide file tree
Showing 5 changed files with 424 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ librdkafka.

### Consumer fixes

* The roundrobin partition assignor could crash if subscriptions
where asymmetrical (different sets from different members of the group).
Thanks to @ankon and @wilmai for identifying the root cause (#2121).
* Initial consumer group joins should now be a couple of seconds quicker
thanks expedited query intervals (@benesch).
* Don't propagate temporary offset lookup errors to application
Expand Down
Loading

0 comments on commit 8ba5df7

Please sign in to comment.