You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by khoi dinh <kh...@yahoo.com.INVALID> on 2019/12/10 17:42:29 UTC

Set up AdminClient for SSL/TLS

How do I set up the AdminClient for the kafka cluster so that I don't need to pass "--command-config" each time I run a describe command with the parameter "bootstrap-server" (e.g: kafka-topics.sh --describe --bootstrap-server localhost:9093 --topic my-topic --command-config <properties file>)?