John Roesler created KAFKA-8403: ----------------------------------- Summary: Suppress needs a Materialized variant Key: KAFKA-8403 URL: https://issues.apache.org/jira/browse/KAFKA-8403 Project: Kafka Issue Type: Improvement Components: streams Reporter: John Roesler
The newly added KTable Suppress operator lacks a Materialized variant, which would be useful if you wanted to query the results of the suppression. Suppression results will eventually match the upstream results, but the intermediate distinction may be meaningful for some applications. For example, you could want to query only the final results of a windowed aggregation. -- This message was sent by Atlassian JIRA (v7.6.3#76005)