Skip to content

Conversation

rheeri
Copy link
Contributor

@rheeri rheeri commented Aug 21, 2025

  • The original docs suggested that @EnableKafkaRetryTopic (or extending RetryTopicConfigurationSupport) is required for default usage.
  • In practice, @RetryableTopic alone is sufficient to provision retry/DLT topics and their consumers with default settings.
  • This PR updates the docs to remove the ambiguity and align them with the actual behavior.

Fixes #4035

Copy link
Contributor

@sobychacko sobychacko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rheeri Just some minor polishing comments. Could you take care of it and update the PR? Thanks!

@rheeri
Copy link
Contributor Author

rheeri commented Aug 26, 2025

@sobychacko Thanks for the feedback! Updated the doc to reflect your suggestions (one sentence per line).

@sobychacko
Copy link
Contributor

@rheeri, in the DCO signing, could you please use your real name in English before the email? Thanks!

@rheeri
Copy link
Contributor Author

rheeri commented Aug 27, 2025

@sobychacko Updated the DCO sign-off to use my English name. Thanks!

@sobychacko sobychacko merged commit 649d483 into spring-projects:main Aug 27, 2025
3 checks passed
spring-builds pushed a commit that referenced this pull request Aug 27, 2025
* Docs: clarify default non-blocking retry setup
* Docs: format asciidoc files to one sentence per line

Fixes #4035

Signed-off-by: Yuri Lee <[email protected]>

(cherry picked from commit 649d483)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs incorrect on bootstrapping non blocking retries.
2 participants