Fix Incorrect Docs for consumer.maxAttempts

It is an absolute number of attempts, not the number of retries.
This commit is contained in:
Gary Russell
2017-01-21 17:43:07 -05:00
parent 2ff48a9367
commit 2b66b661df

View File

@@ -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::