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:
Seonghyeon Cho (조성현)
2025-05-20 00:57:50 +09:00
committed by GitHub
parent 56fa428e80
commit 1c83c447ce

View File

@@ -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