Check out the docs at Apache Kafka web site: http://kafka.apache.org/documentation/streams/
Sub-pages:
- Using Kafka Streams:
- Development:
- Internals:
Find more links about Kafka Streams at Kafka Ecosystem page.
Kafka Streams related KIPs:
Below is a list of KIPs that are not release yet. Go to Kafka Streams KIP Overview for KIPs by release (including discarded KIPs).
Under discussion
- KIP-406: GlobalStreamThread should honor custom reset policy
- KIP-424: Allow suppression of intermediate events based on wall clock time
- KIP-439: Cleanup built-in Store interfaces
- KIP-448: Add State Stores Unit Test Support to Kafka Streams Test Utils
- KIP-508: Make Suppression State Queriable
- KIP-513: Distinguish between Key and Value serdes in scala wrapper library for kafka streams
- KIP-540: Implement per key stream time tracking
- KIP-560: Auto infer external topic partitions in stream reset tool
- KIP-591: Add Kafka Streams config to set default store type
- KIP-598: Augment TopologyDescription with store and source / sink serde information
- KIP-647: Add ability to handle late messages in streams-aggregation
- KIP-655: Windowed Distinct Operation for Kafka Streams API
- KIP-666: Add Instant-based methods to ReadOnlySessionStore
- KIP-669: Preserve Source Partition in Kafka Streams from context
- KIP-674: Metric Reporter to Aggregate Metrics in Kafka Streams
- KIP-675: Convert KTable to a KStream using the previous value
- KIP-677: Migrating Topology methods to the Builder pattern
- KIP-718: Make KTable Join on Foreign key unopinionated
Adopted
- inactive, not (fully) implemented (feel free to pick up):
- KIP-149: Enabling key access in ValueTransformer, ValueMapper, and ValueJoiner (partially implemented in v1.1)
- KIP-258: Allow to Store Record Timestamps in RocksDB (partially implemented in v2.3)
- KIP-300: Add Windowed KTable API in StreamsBuilder (accepted but postponed because current code base does not allow to implement it as proposed)
- KIP-328: Ability to suppress updates for KTables (partially implemented in v2.1)
- KIP-399: Extend ProductionExceptionHandler to cover serialization exceptions
- KIP-471: Expose RocksDB Metrics in Kafka Streams (partially implemented in v2.4; completion deferred to next major release)
- KIP-557: Add emit on change support for Kafka Streams (
partially implemented in v2.6reverted again in 2.8.0, 2.7.1, and 2.6.2 due to potential data loss)
- WIP (open PR / in review):
- next release Kafka 3.0 (merged):
- KIP-622: Add currentSystemTimeMs and currentStreamTimeMs to ProcessorContext
- KIP-623: Add "internal-topics" option to streams application reset tool
- KIP-715: Expose Committed offset in streams
- KIP-732: Deprecate eos-alpha and replace eos-beta with eos-v2
- KIP-733: change Kafka Streams default replication factor config
- KIP-466: Add support for List<T> serialization and deserialization
- KIP-725: Streamlining configurations for WindowedSerializer and WindowedDeserializer.
- KIP-740: Clean up public API in TaskId and fix TaskMetadata#taskId()
- KIP-743: Remove config value 0.10.0-2.4 of Streams built-in metrics version config
Inactive (feel free to pick up and resume the discussion):
- KIP-95: Incremental Batch Processing for Kafka Streams
- KIP-159: Introducing Rich functions to Streams
- KIP-260: add primary join operation for Stream-Stream join (WIP) (draft)
- KIP-311: Async processing with dynamic scheduling in Kafka Streams
- KIP-314: KTable to GlobalKTable Bi-directional Join
- KIP-326: Schedulable KTable as Graph source
- KIP-335: Consider configurations for KafkaStreams
- KIP-362: Support dynamic gap session window
- KIP-378: Enable Dependency Injection for Kafka Streams handlers
- KIP-408: Add Asynchronous Processing To Kafka Streams
- KIP-457: Add DISCONNECTED status to Kafka Streams
- KIP-459: Improve KafkaStreams#close
- KIP-463: Auto-configure non-default Serdes passed alongside the TopologyBuilder
- KIP-645: Replace Windows with a proper interface
- KIP-667: Remove deprecated methods from ReadOnlyWindowStore (no KIP needed)
- KIP-XXX: [Streams] Support multiple topic resolution in TopicNameExtractor (draft)