Skip to content

Conversation

jucosorin
Copy link
Contributor

Fixes #2516

@garyrussell
Copy link
Contributor

Thanks, once again, - would you mind also fixing these javadocs?

* <pre>
* <code>@Bean
* public RetryTopicConfiguration otherRetryTopic(KafkaTemplate&lt;Integer, MyPojo&gt; template) {
* return RetryTopicConfigurationBuilder
* .newInstance()
* .dltProcessor(MyCustomDltProcessor.class, "processDltMessage")
* .create(template);
* }</code>

Copy link
Member

@artembilan artembilan left a comment

Choose a reason for hiding this comment

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

@jucosorin ,

any chances that you can address Gary's request: #2517 (comment) ?

Thanks

@jucosorin
Copy link
Contributor Author

jucosorin commented Jan 23, 2023 via email

@jucosorin jucosorin requested a review from artembilan January 23, 2023 14:38
@garyrussell
Copy link
Contributor

Thanks; merged as 1dcf11d with updated copyright for changed file.

@garyrussell
Copy link
Contributor

...and cherry-picked to 2.9.x as 4b45d2b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix code example in the documentation for for Non-Blocking Retries - DLT Failure Behavior
3 participants