GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3837
KAFKA-5873: add materialized overloads to StreamsBuilder Add overloads for `table` and `globalTable` that use `Materialized` You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka kafka-5873 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3837.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 #3837 ---- commit 51a1de8d7e38cb50eeb62678b18e7b93b9913873 Author: Damian Guy <damian....@gmail.com> Date: 2017-09-12T12:52:17Z materialized table and global table ---- ---