You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-10-28-release-0_17_1.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,9 @@ The main highlights of this release are:
18
18
19
19
### Librdkafka compression Fix
20
20
21
-
Included in the Apache Kafka broker v4.0 was some special cases handling for deprecated versions of ProduceRequest (
22
-
versions 0 through 2), the proxy however was not relaying this customisation. This had the effect of preventing
23
-
librdkafka clients older than v2.11.0 from enabling compression when connecting via the proxy. As librdkafka supports a
24
-
wide variety of language bindings we are releasing this fix as a special patch release rather than waiting for v0.18.0.
21
+
This patch addresses an issue where the proxy failed to relay special handling logic introduced in Apache Kafka broker v4.0. This logic is required for deprecated ProduceRequest versions (v0-v2).
22
+
23
+
The bug prevented librdkafka clients older than v2.11.0 from enabling compression when connecting through the proxy. As librdkafka supports a wide variety of language bindings we are releasing this fix as a special patch release rather than waiting for v0.18.0.
0 commit comments