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

[client] Fix warn log on the producer side when duplicate message is dropped #8729

Merged
merged 1 commit into from
Nov 27, 2020

Conversation

massakam
Copy link
Contributor

If sending a message with a duplicate sequence ID to a persistent topic for which message deduplication is enabled, the following warning log is output on the producer side.

[[id: 0xa48ed1f4, L:/127.0.0.1:60058 - R:localhost/127.0.0.1:6650]] Message has been dropped for non-persistent topic producer-id 0-3

This message is not appropriate because in this case the topic is not non-persistent but persistent, so I fixed it.

@massakam massakam added this to the 2.8.0 milestone Nov 27, 2020
@massakam massakam self-assigned this Nov 27, 2020
@merlimat merlimat merged commit bad2e3f into apache:master Nov 27, 2020
@massakam massakam deleted the fix-warn-msg branch November 29, 2020 18:51
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.

None yet

2 participants