Class | Description |
---|---|
BrokerDefaultConfigChangeEvent |
The event will propagate a broker default config change to necessary topic (which doesn't have
topic config override) in the
LocalStore , and emit incremental events for each
individual topic. |
CacheBuildEvent |
The event which uses the initial snapshot to fill in
LocalStore . |
CollectorStartupEvent |
This event starts the metadata collector and initialize the collector context.
|
CollectorStopEvent | |
MetadataCollectorEvent |
The parent class of all topic metadata change event.
|
SnapshotEvent |
The event which read from
LocalStore and publish snapshot. |
TopicConfigChangeEvent |
There will be two kinds of topic config changes handled by the
TopicConfigChangeEvent :
1. |
TopicCreationEvent |
The event which handles new topic creation and deletion.
|
TopicDeletionEvent | |
TopicPartitionChangeEvent |
The event which write a topic partition change to the
LocalStore , and emit an
incremental event for the change. |