KafkaBroker¶
KafkaBroker
is an abstraction of Kafka brokers.
Every KafkaBroker
is a KafkaMetricsGroup.
Contract¶
LogManager¶
logManager: LogManager
Used when:
DynamicBrokerConfig
is requested toaddReconfigurables
DynamicThreadPool
is requested toreconfigure
Starting Up¶
startup(): Unit
Used when:
KafkaServerTestHarness
is requested torestartDeadBrokers
andcreateBrokers
others¶
Note
There are other methods.