-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Authentication failure: (errno: No error) #2542
Comments
I am also seeing this when testing upgrade from Confluent.Kafka 1.1.0 -> 1.2.0, on Windows. |
We are also repeatedly seeing this error after upgrading to 1.2.0 from 1.1.0: Also using @edenhill Do you know of any change that could have broken this? |
It may be the support for KIP-152 (authentication errors) that broke GSSAPI on Windows. |
Is there any workaround that would allow one to still use 1.2.0 on Windows? |
There is no workaround, we recommend downgrading to v1.1.0 for the time being. |
Please try the v1.2.1-RC1 release candidate which contains a fix for this issue. Reporting your findings. |
v1.2.1, which includes the fix, is now released. Please upgrade. |
Description
After update confluent-kafka-dotnet to v1.2.0 from v1.1.0 (and librdkafka to v1.2.0 from v1.1.0) get Authentication failure: (errno: No error).
Fail on win10 x64, but works fine on debian
Different SaslHandshakeRequest versions
Checklist
Please provide the following information:
v1.2.0
1.0.1
security.protocol=sasl_plaintext, sasl.mechanisms=GSSAPI
windows 10 x64
debug=..
as necessary) from librdkafkalibrdkafka log v1.2.0
librdkafka log v1.1.0
Broker log
The text was updated successfully, but these errors were encountered: