kafka-python
kafka-python copied to clipboard
feat: Add SSPI (Kerberos for Windows) authentication mechanism
Hello,
Following issue #2204, I'll propose to you this PR enabling a seamless SSO Windows connection via Kerberos and GSSAPI mechanism.
I'm working into removing requires on kerberos-sspi in favor of direct requieres on pywin32.
I know that Travis has some trouble with Pypy instances. I don't know why, since it seems to have nothing in common with the added code.
Maybe someone will have a clue ?