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.
@EnableRetryTopic
@EnableKafkaRetryTopic
1 parent 392ee4b commit cb7b184Copy full SHA for cb7b184
spring-kafka/src/main/java/org/springframework/kafka/retrytopic/RetryTopicConfigurationSupport.java
@@ -67,7 +67,7 @@
67
* is to extend directly from this class and override methods as necessary, remembering
68
* to add {@link Configuration @Configuration} to the subclass and {@link Bean @Bean}
69
* to overridden {@link Bean @Bean} methods. For more details see the javadoc of
70
- * {@link EnableKafkaRetryTopic @EnableRetryTopic}.
+ * {@link EnableKafkaRetryTopic @EnableKafkaRetryTopic}.
71
*
72
* @author Tomaz Fernandes
73
* @author Gary Russell
0 commit comments