Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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
New Member

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.