Skip to content

Commit 0aaaec5

Browse files
authored
[KIP-848] Add test cases for new OffsetCommit and OffsetFetch Error Codes (#5194)
* Add test cases for new OffsetCommit and OffsetFetch Error Codes * Testcase for discarding the member epoch in a consumer group heartbeat response when leaving with an inflight HB
1 parent dc61e5b commit 0aaaec5

File tree

5 files changed

+576
-2
lines changed

5 files changed

+576
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,22 @@ librdkafka v2.12.0 is a feature release:
3838
Happening since 2.5.0. Since 2.10.1 unit tests are failing when run on
3939
big-endian architectures (#5183, @paravoid).
4040

41+
### Consumer fixes
42+
43+
* Issues: #5199
44+
Fixed an issue where topic partition errors were not cleared after a successful
45+
commit. Previously, a partition could retain a stale error state even though the
46+
most recent commit succeeded, causing misleading error reporting. Now, successful
47+
commits correctly clear the error state for the affected partitions
48+
Happening since 2.4.0 (#4672).
49+
4150
### Producer fixes
4251

4352
* Issues: #4627.
4453
Fix double free of headers in `rd_kafka_produceva` method in cases where the partition doesn't exist.
4554
Happening since 1.x (@blindspotbounty, #4628).
4655

4756

48-
4957
# librdkafka v2.11.1
5058

5159
librdkafka v2.11.1 is a maintenance release:

0 commit comments

Comments
 (0)