BrokerReconfigurable
is the contract of reconfigurable broker services that allow for self-reconfiguration.
BrokerReconfigurable
interface is used exclusively by DynamicBrokerConfig.
Property | Description |
---|---|
|
reconfigurableConfigs: Set[String] Dynamic configurations Used when |
|
reconfigure(
oldConfig: KafkaConfig,
newConfig: KafkaConfig): Unit Used when |
|
validateReconfiguration(newConfig: KafkaConfig): Unit Used exclusively when |
BrokerReconfigurable | Dynamic Configurations |
---|---|