From 01a508187c3b9439bcea95288df42f3e9da024df Mon Sep 17 00:00:00 2001 From: aviv-amdocs <80895367+aviv-amdocs@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:01:00 +0200 Subject: [PATCH] Update timeout default --- docs/modules/ROOT/pages/kafka/kafka-binder/config-options.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/kafka/kafka-binder/config-options.adoc b/docs/modules/ROOT/pages/kafka/kafka-binder/config-options.adoc index 65c7a9a62..c2e87266b 100644 --- a/docs/modules/ROOT/pages/kafka/kafka-binder/config-options.adoc +++ b/docs/modules/ROOT/pages/kafka/kafka-binder/config-options.adoc @@ -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.