Skip to content

Commit 3e6ea7a

Browse files
authored
Merge pull request #114 from kafka4beam/260224-kafka-protocol-4.3.4
fix: upgrade to kafka_protocol-4.3.4
2 parents 1c35c99 + 9c5d2a6 commit 3e6ea7a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
* 4.1.8
2+
- Pin kafka_protocol-4.3.4 (crc32cer-1.1.3, kafka_protocol-4.3.4).
3+
Fix connection losing queued requests when scheduled SASL re-authentication is triggered.
4+
If a new re-authentication happens before the connection is still processing requests
5+
left-over from the previous re-authentication, the pending requests may get lost.
6+
As a result, a synced produce call may timeout.
7+
18
* 4.1.7
29
- Pin kafka_protocol-4.3.2 (crc32cer-1.1.2).
310

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{deps, [ {kafka_protocol, "4.3.2"}
1+
{deps, [ {kafka_protocol, "4.3.4"}
22
, {replayq, "0.5.0"}
33
, {lc, "0.3.5"}
44
, {telemetry, "1.1.0"}

0 commit comments

Comments
 (0)