Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-3424: Customizing DeadLetterPublishingRecovererFactory logging #3461

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

sobychacko
Copy link
Contributor

Fixes: #3424

Provide the ability to customize logging in DeadLetterPublishingRecovererFactory.

…ory logging

Fixes: spring-projects#3424

Provide the ability to customize logging in `DeadLetterPublishingRecovererFactory`.
* @param nextDestination the next topic where the record goes
* @since 3.3.0
*/
public void maybeLogListenerException(Exception exception, ConsumerRecord<?, ?> consumerRecord, DestinationTopic nextDestination) {
Copy link
Member

Choose a reason for hiding this comment

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

How about making it protected?
Why the public?

Adding whats-new
@artembilan artembilan enabled auto-merge (squash) August 27, 2024 14:55
@artembilan artembilan merged commit 29146ba into spring-projects:main Aug 27, 2024
3 checks passed
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.

Add the possibility to customize DeadLetterPublishingRecovererFactory logging
2 participants