fluent-plugin-kafka icon indicating copy to clipboard operation
fluent-plugin-kafka copied to clipboard

rdkafka2 unable to refresh Kerberos ticket

Open pthalasta opened this issue 4 years ago • 0 comments

I'm trying to send data from fluentd to kafka that has SASL_SSL with GSSAPI enabled. On starting the agent i see the following error with rdkafka2 output type

 rdkafka: [thrd:app]: Kerberos ticket refresh failed: kinit -R -t "user.keytab" -k user || kinit -t "user.keytab" -k user: exited with code 1

Same cmd works fine from terminal. How can i get it resolved?

pthalasta avatar Aug 19 '20 22:08 pthalasta