Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
onukristo committed Dec 18, 2023
1 parent f6a7cfc commit 81eb6c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Proxies' Kafka producers will be closed after the poll loop exits.
This would allow to recover from unforeseen kafka clients' bugs and also release resources when another pod takes over the proxying.

- The default linger time on kafka producer was increased from 5 ms. to 1000 ms.
This would allow potentially larger batches to get formed. We are not increasing the latency, because we override the
- The default linger time on proxies' kafka producer was increased from 5 ms. to 1000 ms.
This would allow potentially larger batches to get formed. We are not increasing the latency substantially, because we override the
lingering mechanism via `flush` call anyway.

- Enabled idempotency on producers and increased the in flight requests count to 5.
Expand Down
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup

We are assuming you are using Spring Boot, at least version 2.5.
We are assuming you are using Spring Boot, at least version 2.7.

First ensure that you have the `mavenCentral` repository available in your Gradle buildscript:

Expand Down

0 comments on commit 81eb6c6

Please sign in to comment.