From c208ab3ba72361c40c25215fb77298bc4ca12456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristo=20Kuusk=C3=BCll?= Date: Fri, 15 Dec 2023 12:22:13 +0200 Subject: [PATCH] Fix. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5af12..f84093f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This would allow potentially larger batches to get formed. We are not increasing the latency, because we override the lingering mechanism via `flush` call anyway. +- Enabled idempotency on producers and increased the in flight requests count to 5. + ## [0.25.1] - 2023-10-30 ### Added