-
Hello everyone, I have a Kafka server with Kerberos GSSAPI authentication using a keytab file. Can anyone help me with this? |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Jan 22, 2021
Replies: 1 comment 1 reply
-
I'm not super familiar with kerberos, but you can pass options directly to
I do see some mention of kerberos and keytab in the available options: https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Shogobg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not super familiar with kerberos, but you can pass options directly to
librdkafka
via things like:I do see some mention of kerberos and keytab in the available options: https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md