I'm using kafka in linux and I want to pass the JAAS config file location as JVM parameter to the Kafka broker
-Djava.security.auth.login.config=/etc/kafka/kafka_server_jaas.conf
How to apply the command above ?
Thanks
I'm using kafka in linux and I want to pass the JAAS config file location as JVM parameter to the Kafka broker
-Djava.security.auth.login.config=/etc/kafka/kafka_server_jaas.conf
How to apply the command above ?
Thanks