THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- future release Kafka 2.5:
- KIP-149: Enabling key access in ValueTransformer, ValueMapper, and ValueJoiner (partially implemented in v1.1)
- KIP-150 - Kafka-Streams Cogroup
- KIP-221: Enhance DSL with Connecting Topic Creation and Repartition Hint
- KIP-258: Allow to Store Record Timestamps in RocksDB (partially implemented in v2.3)
- KIP-300: Add Windowed KTable API in StreamsBuilder
- KIP-328: Ability to suppress updates for KTables (partially implemented in v2.1)
- KIP-401: TransformerSupplier/ProcessorSupplier StateStore connecting
- KIP-444: Augment metrics for Kafka Streams (partially implemented in v2.4)
- KIP-446: Add changelog topic configuration to KTable suppress
- KIP-466: Add support for List<T> serialization and deserialization
- KIP-471: Expose RocksDB Metrics in Kafka Streams (partially implemented in v2.4)
- KIP-474: To deprecate WindowStore#put(key, value)
- upcoming release Kafka 2.4:
- KIP-213 Support non-key joining in KTable
- KIP-307: Allow to define custom processor names with KStreams DSL (partially implemented in v2.3)
- KIP-429: Kafka Consumer Incremental Rebalance Protocol
- KIP-444: Augment metrics for Kafka Streams (partially implemented in v2.4)
- KIP-470: TopologyTestDriver test input and output usability improvements
- KIP-471: Expose RocksDB Metrics in Kafka Streams (partially implemented in v2.4)
- KIP-474: To deprecate WindowStore#put(key, value)
- KIP-479: Add Materialized to Join
- KIP-528: Deprecate PartitionGrouper configuration and interface
- Kafka 2.3:
- KIP-258: Allow to Store Record Timestamps in RocksDB (partially implemented in v2.3)
- KIP-307: Allow to define custom processor names with KStreams DSL (partially implemented in v2.3)
- KIP-313: Add KStream.flatTransform and KStream.flatTransformValues (finished in v2.3; partially implemented in v2.2)
- KIP-331 Add default implementation to close() and configure() for Serializer, Deserializer and Serde
- KIP-428: Add in-memory window store
- KIP-442: Return to default max poll interval in Streams
- KIP-443: Return to default segment.ms and segment.index.bytes in Streams repartition topics
- KIP-445: In-memory Session Store
- KIP-453: Add close() method to RocksDBConfigSetter
- KIP-462: Use local thread id for KStreams
- Kafka 2.2:
...