Guozhang Wang created KAFKA-12242:
-------------------------------------
Summary: Decouple state store materialization enforcement from
name/serde provider
Key: KAFKA-12242
URL: https://issues.apache.org/jira/browse/KAFKA-12242
Project: Kafka
Issue Type: Improvement
Components: streams
Reporter: Guozhang Wang
Many users of Streams would want the following: let the Streams runtime to
decide whether or not to materialize a state store; AND if it decides to do so,
use the store name / serdes I provided ahead of time, if not, then nothing
happens (the provided store name and serdes can just be dropped).
However, Streams today take `Materialized` as an indicator to enforce the
materialization. We should think of a way for users to optionally decouple
materialization enforcement from name/serde provider.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)