Class | Description |
---|---|
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 |
The event which write a topic config change to the
LocalStore , and emit an
incremental event for the change. |
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. |