I'm currently having an issue trying to connect a Kafka cluster due to many concurrent blocking calls to sasl_kinit which messes with the VM scheduling, causing various errors in other modules of my app. Couldn't the Kerberos credential cache allow us to reuse the TGT across multiple connections?