From 602c4c411218ac2b40cf10af30e037d968492069 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 7 Nov 2019 09:27:37 -0500 Subject: [PATCH] Fix typo --- docs/src/main/asciidoc/spring-cloud-stream.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index 839b56a8c..7138e048f 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -1903,7 +1903,7 @@ Default: `-1`. instanceIndexList:: Used with binders that do not support native partitioning (such as RabbitMQ); allows an application instance to consume from more than one partition. + -Default: `-1`. +Default: empty. retryableExceptions:: A map of Throwable class names in the key and a boolean in the value. Specify those exceptions (and subclasses) that will or won't be retried.