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

Kafka Streams should support self-join on streams

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.4.0
    • streams

    Description

      There are valid reasons to want to join a stream to itself, but Kafka Streams does not currently support this (Invalid topology: Topic foo has already been registered by another source.).  To perform the join requires creating a second stream as a clone of the first, and then doing a join between the two. This is a clunky workaround and results in unnecessary duplication of data.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rmoff Robin Moffatt
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: