ZkConfigManager¶
Creating Instance¶
ZkConfigManager takes the following to be created:
- KafkaZkClient
- ConfigHandlers by name
ZkConfigManager is created when:
KafkaServeris requested to start up (and initializes the dynamicConfigManager)
Starting Up¶
startup(): Unit
startup begins watching for config changes by requesting the ZkNodeChangeNotificationListener to initialize.
startup...FIXME
startup is used when:
KafkaServeris requested to start up