You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2019/03/23 22:26:00 UTC

[jira] [Comment Edited] (KAFKA-8147) Add changelog topic configuration to KTable suppress

    [ https://issues.apache.org/jira/browse/KAFKA-8147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799819#comment-16799819 ] 

Bill Bejeck edited comment on KAFKA-8147 at 3/23/19 10:25 PM:
--------------------------------------------------------------

[~mjduijn]  

I've added you to the contributors list and assigned this ticket to you.  Going forward you'll be able to assign yourself to tickets.

 EDIT:

Do you have an account on [https://cwiki.apache.org/confluence?|https://cwiki.apache.org/confluence]  I looked with the username you use for Jira but couldn't find you.  I'll need user name for apache confluence to give you permissions for creating/editing a KIP.

Thanks,

Bill


was (Author: bbejeck):
[~mjduijn]  

I've added you to the contributors list and assigned this ticket to you.  Going forward you'll be able to assign yourself to tickets.

 

Thanks,

Bill

> 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)