From ad89acf62d309534162715462f8e3d4b2f17bd24 Mon Sep 17 00:00:00 2001 From: Sid Sam Date: Sat, 2 Apr 2022 21:01:28 +0530 Subject: [PATCH] Update documentation for ListenerContainerWithDlqAndRetryCustomizer Based on suggestions in https://github.com/spring-cloud/spring-cloud-stream/issues/2313. Hope the edit helps. --- binders/kafka-binder/docs/src/main/asciidoc/overview.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/binders/kafka-binder/docs/src/main/asciidoc/overview.adoc b/binders/kafka-binder/docs/src/main/asciidoc/overview.adoc index 17b44871a..24a9c31d3 100644 --- a/binders/kafka-binder/docs/src/main/asciidoc/overview.adoc +++ b/binders/kafka-binder/docs/src/main/asciidoc/overview.adoc @@ -872,8 +872,7 @@ default boolean retryAndDlqInBinding(String destinationName, String group) { ---- ==== -The destination resolver and `BackOff` are created from the binding properties (if configured). -You can then use these to create a custom error handler and dead letter publisher; for example: +The destination resolver and `BackOff` are created from the binding properties (if configured). The `KafkaTemplate` uses configuration from `spring.kafka....` properties. You can then use these to create a custom error handler and dead letter publisher; for example: ==== [source, java]