Skip to content

Commit

Permalink
CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Sep 22, 2020
1 parent 5ddb69f commit f7f61c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
* The C++ `KafkaConsumer` destructor did not destroy the underlying
C `rd_kafka_t` instance, causing a leak if `close()` was not used.
* Expose rich error strings for C++ Consumer `Message->errstr()`.
* The consumer could get stuck if an outstanding commit failed during
rebalancing (#2933).
* Topic authorization errors during fetching are now reported only once (#3072).

### Producer fixes

Expand Down

0 comments on commit f7f61c8

Please sign in to comment.