Skip to content

Commit a1114de

Browse files
committed
Fix: Replace retryTopicDefaultKafkaTemplate with defaultRetryTopicKafkaTemplate in docs
1 parent 0014b59 commit a1114de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/annotation/RetryableTopic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
*
8282
* The bean name of the {@link org.springframework.kafka.core.KafkaTemplate} bean that
8383
* 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}
84+
* a bean with name {@code defaultRetryTopicKafkaTemplate} or {@code kafkaTemplate}
8585
* will be looked up.
8686
*
8787
* @return the kafkaTemplate bean name.

0 commit comments

Comments
 (0)