Skip to content

docs: add missing enableRetry to DeadLetterPolicy example (4.1.x) - #1218

Open
vjymisal0 wants to merge 1 commit into
apache:mainfrom
vjymisal0:fix/enable-retry-doc-4.1.x
Open

docs: add missing enableRetry to DeadLetterPolicy example (4.1.x)#1218
vjymisal0 wants to merge 1 commit into
apache:mainfrom
vjymisal0:fix/enable-retry-doc-4.1.x

Conversation

@vjymisal0

Copy link
Copy Markdown

✅ Contribution Checklist

Motivation

#24775 (apache/pulsar) reported that the DeadLetterPolicy example using retryLetterProducerBuilderCustomizer was missing the required .enableRetry(true) call, which is misleading since retry-letter configuration has no effect without it.

#1041 already fixed this in docs/concepts-messaging.md, versioned_docs/version-4.0.x/concepts-messaging.md, and versioned_docs/version-4.2.x/concepts-messaging.md, but missed versioned_docs/version-4.1.x/concepts-messaging.md, which still has the same gap.

Modifications

  • Add .enableRetry(true) to the same example in versioned_docs/version-4.1.x/concepts-messaging.md, matching the fix already applied to the other versions.

PR apache#1041 fixed this example in docs/, version-4.0.x, and version-4.2.x
but missed version-4.1.x, which still shows retryLetterProducerBuilderCustomizer
being configured without enableRetry(true).
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.

2 participants