From 2b66b661dff1ff1218a081b84e223cafce4175d4 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Sat, 21 Jan 2017 17:43:07 -0500 Subject: [PATCH] Fix Incorrect Docs for consumer.maxAttempts It is an absolute number of attempts, not the number of retries. --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index d61139d07..b9f31b0b9 100644 --- a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -974,7 +974,8 @@ 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. + If processing fails, the number of attempts to process the message (including the first). + Set to 1 to disable retry. + Default: `3`. backOffInitialInterval::