[
https://issues.apache.org/jira/browse/KAFKA-8147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16807155#comment-16807155
]
Sophie Blee-Goldman edited comment on KAFKA-8147 at 4/1/19 8:30 PM:
--------------------------------------------------------------------
[~mjduijn] Just send an email to
[[email protected].|mailto:[email protected].] The thread should show
up here ([https://www.mail-archive.com/[email protected]/index.html]) once
you do, so you can go back and add the link to your KIP.
was (Author: ableegoldman):
[~mjduijn] Just send an email to
[[email protected].|mailto:[email protected].] The thread should show
up [here|[https://www.mail-archive.com/[email protected]/index.html]] once
you do, so you can go back and add the link to your KIP
> Add changelog topic configuration to KTable suppress
> ----------------------------------------------------
>
> Key: KAFKA-8147
> URL: https://issues.apache.org/jira/browse/KAFKA-8147
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Affects Versions: 2.1.1
> Reporter: Maarten
> Assignee: Maarten
> Priority: Minor
> Labels: needs-kip
>
> The streams DSL does not provide a way to configure the changelog topic
> created by KTable.suppress.
> From the perspective of an external user this could be implemented similar to
> the configuration of aggregate + materialized, i.e.,
> {code:java}
> changelogTopicConfigs = // Configs
> materialized = Materialized.as(..).withLoggingEnabled(changelogTopicConfigs)
> ..
> KGroupedStream.aggregate(..,materialized)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)