CMAK icon indicating copy to clipboard operation
CMAK copied to clipboard

Where do kafka manager stores zookeeper's address?

Open sumeet-upvision opened this issue 5 years ago • 1 comments

I added some clusters to kafka manager. When I restarted aws task, clusters were still there, so wondering where are (in which file) they are stored? I checked all files in kafka-manager/config folder (which is the only persistent folder used by EFS mount). but couldn't find address of zookeepers anywhere.

sumeet-upvision avatar May 24 '19 13:05 sumeet-upvision

State is stored in ZK_HOSTS . Opinion: This is in conflict with how a private Kafka/ZK cluster should be used. It becomes "an infection" on the the very resources it's supposed to monitor and "manage". Or did I get this confusing state feature dobble wrong?? Conclusion: Setting ZK_HOSTS will NOT create a Cluster configuration only define a "space" for further (manual) configuration of new ZK clusters .. puh

dynnamitt avatar Sep 10 '19 12:09 dynnamitt