Support for checking in sync replicas with SSL enabled Kafka.
venkat95 opened this issue · 0 comments
venkat95 commented
We have a ssl enabled kafka cluster, where we are trying to use the kafka-utils to check the min_isr in the cluster.This feature seems to work in Plaintext Kafka & not in SSL Enabled Kafka. Is there a feature to check the in sync replicas in SSL Enabled Kafka? I see the client is still SimpleClient [Deprecated] instead of KafkaClient. Can someone help on this?