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 <damian....@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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---