Skip to content

Commit 3eb8949

Browse files
committed
chore: upgrade to kafka_protocol-4.3.0
1 parent eb5c00b commit 3eb8949

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* 4.1.0
22
- Fix 'failed' telemetry counter double-increment due to race condition. [#102](https://github.com/kafka4beam/wolff/pull/102)
33
- Added producer process label `{wolff_producer, KafkaClientId, Topic, Partition}` [#102](https://github.com/kafka4beam/wolff/pull/102)
4-
- Upgrade to `kafka_protocol-4.2.9` for better CRC32C performance.
4+
- Upgrade to `kafka_protocol-4.3.0` for better CRC32C performance.
55
- Add client config `allow_auto_topic_creation` (default = false).
66

77
* 4.0.13 (merge 1.5.19)

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.2.9"}
1+
{deps, [ {kafka_protocol, "4.3.0"}
22
, {replayq, "0.4.1"}
33
, {lc, "0.3.5"}
44
, {telemetry, "1.1.0"}

0 commit comments

Comments
 (0)