Fix docs @EnableRetryTopic to @EnableKafkaRetryTopic (#3910)
**Auto-cherry-pick to `3.3.x` & `3.2.x`** Signed-off-by: Seonghyeon Cho <seonghyeoncho96@gmail.com>
This commit is contained in:
committed by
GitHub
parent
56fa428e80
commit
1c83c447ce
@@ -67,7 +67,7 @@ import org.springframework.util.backoff.FixedBackOff;
|
||||
* is to extend directly from this class and override methods as necessary, remembering
|
||||
* to add {@link Configuration @Configuration} to the subclass and {@link Bean @Bean}
|
||||
* to overridden {@link Bean @Bean} methods. For more details see the javadoc of
|
||||
* {@link EnableKafkaRetryTopic @EnableRetryTopic}.
|
||||
* {@link EnableKafkaRetryTopic @EnableKafkaRetryTopic}.
|
||||
*
|
||||
* @author Tomaz Fernandes
|
||||
* @author Gary Russell
|
||||
|
||||
Reference in New Issue
Block a user