confluentinc / librdkafka

The Apache Kafka C/C++ library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Configuring sasl.kerberos.ticket.renew.window.factor in librdkafka for Producer

bhakon opened this issue · comments

Discussed in #4764

Originally posted by bhakon June 19, 2024
I am encountering difficulties configuring sasl.kerberos.ticket.renew.window.factor in librdkafka for the producer.

I prefer not to set a static value for sasl.kerberos.min.time.before.relogin to handle SASL refreshes. The ticket expiry is determined by krb5.conf and can vary. I came across the sasl.kerberos.ticket.renew.window.factor feature in the Confluent Kafka documentation, which seems promising.

sasl.kerberos.ticket.renew.window.factor is not currently supported by librdkafka