You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by dguy <gi...@git.apache.org> on 2016/12/12 11:43:53 UTC

[GitHub] kafka pull request #2244: KAFKA-4490: Add Global Table support to Kafka Stre...

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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] kafka pull request #2244: KAFKA-4490: Add Global Table support to Kafka Stre...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---