Skip to content

Latest commit

 

History

History
442 lines (309 loc) · 22.2 KB

SUMMARY.adoc

File metadata and controls

442 lines (309 loc) · 22.2 KB

Summary

Internals of Kafka Streams

Internals of State Stores

  1. WrappedStateStore

  2. AbstractStoreBuilder

  3. InMemorySessionBytesStoreSupplier

  4. RocksDbKeyValueBytesStoreSupplier

  5. RocksDbSessionBytesStoreSupplier

  6. RocksDbWindowBytesStoreSupplier

  7. KeyValueToTimestampedKeyValueByteStoreAdapter

  8. WindowToTimestampedWindowByteStoreAdapter

  9. SegmentedBytesStore

  10. TimeOrderedKeyValueBuffer

  11. CachedStateStore

Kafka Streams Execution Engine

  1. TaskManager

  2. StreamThread

  3. RebalanceListener

  4. StateListener

  5. StreamsMetadataState

  6. StreamsPartitionAssignor

  7. InternalProcessorContext Contract

  8. ForwardingDisabledProcessorContext

  9. GlobalStreamThread

  10. GlobalStateMaintainer

  11. RecordCollector

  12. ThreadCache

  13. Stamped

  14. PartitionGroup

  15. RecordQueue

  16. PunctuationQueue

  17. QueryableStoreProvider

  18. StateStoreProvider

  19. RecordDeserializer

  20. StateDirectory

  21. ProcessorRecordContext

  22. CopartitionedTopicsValidator