Description
Currently, the KStream-KStream join operation internally provisions window stores to support the JoinWindow configuration.
However, unlike all the other stateful processors, it does not allow configuration of the stores. We should consider adding DSL methods taking Materialized configs for these stores.
Attachments
Issue Links
- blocks
-
KAFKA-7106 Remove segment/segmentInterval from Window definition
- Resolved
- duplicates
-
KAFKA-9126 Extend `StreamJoined` to allow more store configs
- Resolved
- relates to
-
KAFKA-9126 Extend `StreamJoined` to allow more store configs
- Resolved