-
Notifications
You must be signed in to change notification settings - Fork 339
Retry upon processing failures processes message twice #444
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
Labels
Comments
@mensfeld is this still the case on |
@dasch yes: #<Kafka::FetchedMessage:0x000000012118c0 @message=#<Kafka::Protocol::Message:0x00000001211cf8 @key=nil, @value="0.8360789393926844", @codec_id=0, @offset=2, @create_time=2018-01-09 11:16:59 +0100, @bytesize=18>, @topic="a", @partition=0>
#<Kafka::FetchedMessage:0x000000011ea428 @message=#<Kafka::Protocol::Message:0x000000011ea860 @key=nil, @value="0.8360789393926844", @codec_id=0, @offset=2, @create_time=2018-01-09 11:16:59 +0100, @bytesize=18>, @topic="a", @partition=0> |
Hmm. |
@dasch - sorry had conflicts and didn't notice, that my fork didn't get synced. Fixed. |
🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed on master? no
Required Kafka cluster setup
Steps to reproduce
Expected outcome
Ruby-Kafka should reconsume message once, not twice.
The problem occurs for both
each_message
andeach_batch
Actual outcome
Re-consumption happens twice instead of once
The text was updated successfully, but these errors were encountered: