You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/12 11:43:58 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=15741697#comment-15741697 ] 

ASF GitHub Bot commented on KAFKA-4490:
---------------------------------------

GitHub user dguy opened a pull request:

    https://github.com/apache/kafka/pull/2244

    KAFKA-4490: Add Global Table support to Kafka Streams

    Add Global Tables to KafkaStreams. Global Tables are fully replicated once-per instance of KafkaStreams. A single thread is used to update them. They can be used to join with KStreams, KTables, and other GlobalKTables. When participating in a join a GlobalKTable is only ever used to perform a lookup, i.e., it will never cause data to be forwarded to downstream processor nodes.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dguy/kafka global-tables

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/2244.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2244
    
----
commit 57ede179c29ebafd3e020257cbee10f6a57a25ff
Author: Damian Guy <da...@gmail.com>
Date:   2016-10-18T14:50:35Z

    global tables

----


> 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.3.4#6332)