-
Notifications
You must be signed in to change notification settings - Fork 63
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 encoder #93
Fix encoder #93
Conversation
Kafka APIs seem to treat 'empty' and 'null' the same way, however, SASL auth API has more strict check.
Otherwise the produce API for non-transactional request uses "undefined" as transaction ID.
@zmstone Thanks for working on this issue. I tested with latest 4.0.1 code kafka_protocol/src/kpro_lib.erl Line 147 in 94643e1
|
Hi @vikas15bhardwaj 4.0.1 is old. My plan was to include it in 4.1.0 |
Just release 4.0.2. also published to hex. |
Thanks @zmstone for publishing 4.0.2 release. My next problem is updating |
@zmstone I was looking at updating |
You are right, just change dependency version should be enough. |
fixes #78