Matthias J. Sax created KAFKA-20856:
---------------------------------------
Summary: Allow to enable/disable headers support on `suppress()`
Key: KAFKA-20856
URL: https://issues.apache.org/jira/browse/KAFKA-20856
Project: Kafka
Issue Type: Improvement
Components: streams
Reporter: Matthias J. Sax
We did add headers support to state stores, and added a global config to
enable/disable it across all DSL operators. For "regular" `KTables` it's also
possible to enable/disable headers support on a per-store basis via
`Materialized`. The `suppress()` operator is lacking this functionality as it
does not take a `Materialized` object as input.
We should consider to extend `suppress()` accordingly to close this gap.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)