Re: Kafka client 2.7.1 missing JaasUtils.isZkSecurityEnabled() method

2021-10-14 Thread Luke Chen
Hi Alexandre Yes, you're right. We renamed the `isZkSecurityEnabled` method name into `isZkSaslEnabled`, because it checked sasl config only. You can check here . If you want

Kafka client 2.7.1 missing JaasUtils.isZkSecurityEnabled() method

2021-10-14 Thread Alexandre Vermeerbergen
Hello, When upgrading from Kafka client 2.4.0 our dependencies to Kafka client 2.7.1, we noticed that JaasUtils.isZkSecurityEnabled() method no longer exists. Is there an equivalent method in Kafka client 2.7.1 which could use instead ? Kind regards, Alexandre