Skip to content

Commit

Permalink
CHANGELOG updates
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Apr 18, 2024
1 parent 704c596 commit 28ef97a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@
librdkafka v2.3.1 is a maintenance release:

* Fix hang in cooperative consumer mode if an assignment is processed
while closing the consumer (#).
while closing the consumer (#4528).


## Fixes

### Consumer fixes

* While using the cooperative assignor, given an assignment is received while closing the consumer
* Issues: #4527.
While using the cooperative assignor, given an assignment is received while closing the consumer
it's possible that it gets stuck in state WAIT_ASSIGN_CALL, while the method is converted to
a full unassign. Solved by changing state from WAIT_ASSIGN_CALL to WAIT_UNASSIGN_CALL
while doing this conversion (#).
while doing this conversion.
Happening since 1.x (#4528).



Expand Down

0 comments on commit 28ef97a

Please sign in to comment.