We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upon consuming a message which does not have a message part (key only), kafkacat fails with error:
% ERROR: Write error for message of 0 bytes at offset 18): Undefined error: 0
On a relevant note, kafka-console-consumer.sh shows no error, expectedly printing null as value
kafka-console-consumer.sh
null
The text was updated successfully, but these errors were encountered:
Consuming empty messages caused fatal error (issue #29)
14c7bc5
Thanks! Try it now.
Sorry, something went wrong.
Wow, that was quick :) Works fine now, thanks for the fix!
No branches or pull requests
Upon consuming a message which does not have a message part (key only), kafkacat fails with error:
% ERROR: Write error for message of 0 bytes at offset 18): Undefined error: 0
On a relevant note,
kafka-console-consumer.sh
shows no error, expectedly printingnull
as valueThe text was updated successfully, but these errors were encountered: