You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2018/10/13 00:22:00 UTC

[jira] [Created] (KAFKA-7502) Cleanup KTable materialization logic in a single place

Guozhang Wang created KAFKA-7502:
------------------------------------

             Summary: Cleanup KTable materialization logic in a single place
                 Key: KAFKA-7502
                 URL: https://issues.apache.org/jira/browse/KAFKA-7502
             Project: Kafka
          Issue Type: Improvement
          Components: streams
            Reporter: Guozhang Wang


Today since we pre-create all the `KTableXXX` operator along with the logical node, we are effectively duplicating the logic to determine whether the resulted KTable should be materialized. For example, in `KTableKTableJoinNode` and in `KTableImpl#doJoin`. This is bug-vulnerable since we may update the logic in one class but forgot to update the other class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)