Skip to content

Commit 2f6e607

Browse files
Yannic92thjaeckle
authored andcommitted
Reduce defaut fetch.max.wait.ms for kafka consumers to 5 seconds
* We observed issues with our consumers getting rebalanced with the 10 seconds timeout Signed-off-by: Yannic Klem <[email protected]>
1 parent d1e2458 commit 2f6e607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/service/src/main/resources/connectivity.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ ditto {
375375
# can be defined in this configuration section.
376376
kafka-clients {
377377
enable.auto.commit = true
378-
fetch.max.wait.ms = 10000
378+
fetch.max.wait.ms = 5000
379379
fetch.max.wait.ms = ${?KAFKA_CONSUMER_FETCH_MAX_WAIT_MS}
380380
}
381381
}

0 commit comments

Comments
 (0)