-
Notifications
You must be signed in to change notification settings - Fork 339
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
fix Kafka::TransactionManager#send_offsets_to_txn #866
Conversation
Hey @dasch, can you give a little advice? I have a failing functional spec for 3 Kafka versions in CircleCI:
The problem is I cannot reproduce this fail locally for any of these versions and it appears my code is not related with the failing spec. I run my specs in the same way as in CircleCI step. |
@stasCF sorry about that – the functional specs are unfortunately a bit flaky. I've restarted them. If someone was inclined to make them more robust I wouldn't at all mind ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good. Have you verified that this branch works in your staging or production setup?
end | ||
|
||
def self.decode(decoder) | ||
_throttle_time_ms = decoder.int32 | ||
error_code = decoder.int16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get how this worked in the first place...
@dasch yes, we run our fork of ruby-kafka in production with this fix included for a couple of weeks and I can confirm it works as expected. |
Awesome, thanks! |
If you add a line to the changelog I'll go ahead and merge this. |
@dasch done. thanks for your help! |
TxnOffsetCommitResponse
according to Kafka protocol: https://kafka.apache.org/protocol#The_Messages_TxnOffsetCommit