Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A NULL coordinator shouldn't be fatal #4020

Merged
merged 6 commits into from
Nov 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated CHANGELOG
  • Loading branch information
emasab committed Oct 19, 2022
commit 1b8ead00a6018276cc3fbf7c213b5a51ae5a3c56
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ librdkafka v1.9.3 is a maintenance release:

* Self-contained static libraries can now be built on Linux arm64 (#4005).
* Fix for using PKCS#12 keystores on Windows.
* Fixes to the transactional and idempotent producer.


## Fixes
Expand All @@ -13,6 +14,14 @@ librdkafka v1.9.3 is a maintenance release:
* Windows: couldn't read a PKCS#12 keystore correctly because binary mode wasn't explicitly set and Windows defaults to text mode.


### Transactional producer fixes

* When a PID epoch bump is requested and the producer is waiting
to reconnect to the transaction coordinator, a failure in a find coordinator
request could cause an assert to fail. This was fixed by retrying when the
coordinator is known (#4020).



# librdkafka v1.9.2

Expand Down