Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-6443

KTable involved in multiple joins could result in duplicate results

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • streams
    • None

    Description

      Consider the following multi table-table joins:

      table1.join(table2).join(table2);    // "join" could be replaced with "leftJoin" and "outerJoin"
      

      where table2 is involved multiple times in this multi-way joins. In this case, when a new record from the source topic of table2 is being processing, it will send to two children down in the topology and hence may resulting in duplicated join results depending on the join types.

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            guozhang Guozhang Wang

            Dates

              Created:
              Updated:

              Slack

                Issue deployment