Closed
Description
Hi ,
I was using Kafka-python version 2.0.3. I got an application written to consume a message and that worked without issue. Now when i upgraded to the latest version 2.2.7 version of Kafka-python, the same application fails with error "ValueError: Unexpected receive auth_bytes after sasl/gssapi completion"
I have mentioned (2,2,6) as api version in my consumer application code but still it fails.
How to resolve this issue? Is there any configuration change that needs to be added in code? Any workaround to make the existing application work with the latest version of Kafka-python?
Regards,
Ganesh