From 48d2888b7140d4844d9f7f0ccf351ea4ca3c18b0 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Mon, 16 May 2016 16:41:48 +0530 Subject: [PATCH] Fix retry consumer properties for Kafka - Remove `ignored by Kafka` for the retry properties --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index b07031343..d8b747132 100644 --- a/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -868,17 +868,14 @@ Useful when inbound data is coming from outside Spring Cloud Stream applications Default: `embeddedHeaders`. maxAttempts:: The number of attempts of re-processing an inbound message. -Currently ignored by Kafka. + Default: `3`. backOffInitialInterval:: The backoff initial interval on retry. -Currently ignored by Kafka. + Default: `1000`. backOffMaxInterval:: The maximum backoff interval. -Currently ignored by Kafka. + Default: `10000`. backOffMultiplier::