You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Sandeep Sikka (JIRA)" <ji...@apache.org> on 2017/11/12 02:28:00 UTC

[jira] [Commented] (KAFKA-6138) Simplify StreamsBuilder#addGlobalStore

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

Sandeep Sikka commented on KAFKA-6138:
--------------------------------------

They both call addGlobalStore on the internal TopologyBuilder 
* The one difference being that the StreamsBuilder one to pass in optional parameters via Consumed

> Simplify StreamsBuilder#addGlobalStore
> --------------------------------------
>
>                 Key: KAFKA-6138
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6138
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 1.0.0
>            Reporter: Matthias J. Sax
>              Labels: beginner, needs-kip, newbie
>
> {{StreamsBuilder#addGlobalStore}} is a 1:1 copy of {{Topology#addGlobalStore}}. However, at DSL level we can actually auto-generate the two processor names and thus simplify the interface.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)