[
https://issues.apache.org/jira/browse/KAFKA-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15623574#comment-15623574
]
ASF GitHub Bot commented on KAFKA-4302:
---------------------------------------
GitHub user mjsax opened a pull request:
https://github.com/apache/kafka/pull/2080
KAFKA-4302: Simplify KTableSource
KTableSource is always materialized since IQ:
- removed flag KTableSource#materialized
- removed MaterializedKTableSourceProcessor
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mjsax/kafka
kafka-4302-simplify-ktablesource-0.10.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2080.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 #2080
----
commit 945c3a357a12f66a1d31de004559e187549e88f6
Author: Matthias J. Sax <[email protected]>
Date: 2016-10-30T18:34:17Z
KAFKA-4302: Simplify KTableSource
KTableSource is always materialized since IQ:
- removed flag KTableSource#materialized
- removed MaterializedKTableSourceProcessor
Author: Matthias J. Sax <[email protected]>
Reviewers: Eno Thereska, Guozhang Wang
Closes #2065 from mjsax/kafka-4302-simplify-ktablesource
----
> Simplify KTableSource
> ---------------------
>
> Key: KAFKA-4302
> URL: https://issues.apache.org/jira/browse/KAFKA-4302
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Reporter: Matthias J. Sax
> Assignee: Matthias J. Sax
> Priority: Minor
> Fix For: 0.10.2.0
>
>
> With the new "interactive queries" feature, source tables are always
> materialized. Thus, we can remove the stale flag {{KTableSoure#materialized}}
> (which is always true now) to simply to code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)