You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "frank t (JIRA)" <ji...@apache.org> on 2017/07/06 15:13:00 UTC

[jira] [Commented] (KAFKA-4490) Add Global Table support to Kafka Streams

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

frank t commented on KAFKA-4490:
--------------------------------

in my project we need  of this: 

<K1, V1, R> KTable<K, R> join(final GlobalKTable<K1, V1> globalTable,
                              final KeyValueMapper<K, V, K1> keyMapper,
                              final ValueJoiner<V, V1, R> joiner);

when please you release it ? 
it is strictly necessary there is another way to have the same results ?

> Add Global Table support to Kafka Streams
> -----------------------------------------
>
>                 Key: KAFKA-4490
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4490
>             Project: Kafka
>          Issue Type: New Feature
>          Components: streams
>    Affects Versions: 0.10.2.0
>            Reporter: Damian Guy
>            Assignee: Damian Guy
>             Fix For: 0.10.2.0
>
>
> As per KIP-99 https://cwiki.apache.org/confluence/display/KAFKA/KIP-99%3A+Add+Global+Tables+to+Kafka+Streams
> Add support for Global Tables



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