Re: command to get the value of a config from the broker

2021-07-12 Thread Bruno Cadonna
Hi Dhirendra, You could use the kafka-configs.sh script or in Java the admin client (see https://kafka.apache.org/28/javadoc/org/apache/kafka/clients/admin/Admin.html) Best, Bruno On 01.07.21 13:45, Dhirendra Singh wrote: Hi All, I want to get the value of a config from broker. I do not hav

command to get the value of a config from the broker

2021-07-01 Thread Dhirendra Singh
Hi All, I want to get the value of a config from broker. I do not have access to the server.properties file. is there any command available for it ? Thanks, Dhirendra.