Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

does kafka provide any tool/script to dump all the configuration params for a given broker?

avatar
Super Guru
 
1 ACCEPTED SOLUTION

avatar
Super Guru

@Rajkumar Singh

All broker configurations can be found in Kafka /conf folder. Broker configuration are stored in files with names like server.properties. There will be one server.properties per broker, usually named server1.properties, server2.properties etc.

+++++++++

If any of the responses was helpful, please don't forget to vote and accept the best answer to your question.

View solution in original post

2 REPLIES 2

avatar
Contributor

We don't have any script/tool. But during server startup, Kafka dumps all the configs to log file.

avatar
Super Guru

@Rajkumar Singh

All broker configurations can be found in Kafka /conf folder. Broker configuration are stored in files with names like server.properties. There will be one server.properties per broker, usually named server1.properties, server2.properties etc.

+++++++++

If any of the responses was helpful, please don't forget to vote and accept the best answer to your question.