You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2019/06/18 21:08:00 UTC

[jira] [Created] (KAFKA-8558) KIP-479 - Add Materialized Overload to KStream#Join

Bill Bejeck created KAFKA-8558:
----------------------------------

             Summary: KIP-479 - Add Materialized Overload to KStream#Join 
                 Key: KAFKA-8558
                 URL: https://issues.apache.org/jira/browse/KAFKA-8558
             Project: Kafka
          Issue Type: Improvement
          Components: streams
            Reporter: Bill Bejeck
            Assignee: Bill Bejeck
             Fix For: 2.4.0


To prevent a topology incompatibility with the release of 2.4 and the naming of Join operations we'll add an overloaded KStream#join method accepting a Materialized parameter. The overloads will apply to all flavors of KStream#join (inner, left, and right). 

Additionally, new methods withQueryingEnabled and withQueryingDisabled are going to be added to Materialized



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