ZkConfigManager¶
Creating Instance¶
ZkConfigManager
takes the following to be created:
- KafkaZkClient
- ConfigHandlers by name
ZkConfigManager
is created when:
KafkaServer
is 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:
KafkaServer
is requested to start up