We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
retryTopicDefaultKafkaTemplate
defaultRetryTopicKafkaTemplate
1 parent 0014b59 commit a1114deCopy full SHA for a1114de
spring-kafka/src/main/java/org/springframework/kafka/annotation/RetryableTopic.java
@@ -81,7 +81,7 @@
81
*
82
* The bean name of the {@link org.springframework.kafka.core.KafkaTemplate} bean that
83
* will be used to forward the message to the retry and Dlt topics. If not specified,
84
- * a bean with name {@code retryTopicDefaultKafkaTemplate} or {@code kafkaTemplate}
+ * a bean with name {@code defaultRetryTopicKafkaTemplate} or {@code kafkaTemplate}
85
* will be looked up.
86
87
* @return the kafkaTemplate bean name.
0 commit comments