fluent-plugin-kafka
fluent-plugin-kafka copied to clipboard
rdkafka2 unable to refresh Kerberos ticket
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?