You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Sarama] 2019/10/30 12:31:17 Error while performing GSSAPI Kerberos Authentication: EOF
Problem Description
We updated sarama library to handle Go 1.13 ( from version 1.23.0 to 1.24.0 ) and it seems that new version of Sarama lib breaks kerberos communication. I looked through changes in Sarama code and verified that this change breaks it. I compiled the service with the old (forked) asn1 lib and now it works fine.
Is there really no reason to use the old lib ?
Issues mentioned in the previously used library regarding asn1 are still 'open'.
The text was updated successfully, but these errors were encountered:
TheMacies
changed the title
Trouble using kerberos with new sarama version using std ans1
Trouble using kerberos with new sarama version using new asn1 lib
Oct 30, 2019
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur.
Please check if the master branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.
ghost
added
the
stale
Issues and pull requests without any recent activity
label
Feb 21, 2020
Versions
Configuration
Logs
[Sarama] 2019/10/30 12:31:17 Error while performing GSSAPI Kerberos Authentication: EOF
Problem Description
We updated sarama library to handle Go 1.13 ( from version 1.23.0 to 1.24.0 ) and it seems that new version of Sarama lib breaks kerberos communication. I looked through changes in Sarama code and verified that this change breaks it. I compiled the service with the old (forked) asn1 lib and now it works fine.
Is there really no reason to use the old lib ?
Issues mentioned in the previously used library regarding asn1 are still 'open'.
golang/go#18834
golang/go#18832
The text was updated successfully, but these errors were encountered: