preempt(
event: ControllerEvent): Unit
ControllerEventProcessor
ControllerEventProcessor
is the abstraction of processors that can process and preempt controller events.
Method | Description |
---|---|
|
Preempts a controller event Used exclusively when |
|
Processes a controller event Used exclusively when |
Note
|
KafkaController is the default and only known implementation of the ControllerEventProcessor Contract in Apache Kafka. |