Update timeout default

This commit is contained in:
aviv-amdocs
2024-10-30 15:01:00 +02:00
committed by GitHub
parent cca19a5772
commit 01a508187c

View File

@@ -38,7 +38,7 @@ spring.cloud.stream.kafka.binder.healthTimeout::
The time to wait to get partition information, in seconds.
Health reports as down if this timer expires.
+
Default: 10.
Default: 60.
spring.cloud.stream.kafka.binder.requiredAcks::
The number of required acks on the broker.
See the Kafka documentation for the producer `acks` property.