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

Avoid spurious left/outer join results in stream-stream join

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.1.0
    • streams
    • None

    Description

      KafkaStreams follows an eager execution model, ie, it never buffers input records but processes them right away. For left/outer stream-stream join, this implies that left/outer join result might be emitted before the window end (or window close) time is reached. Thus, a record what will be an inner-join result, might produce a eager (and spurious) left/outer join result.

      We should change the implementation of the join, to not emit eager left/outer join result, but instead delay the emission of such result after the window grace period passed.

      Attachments

        Issue Links

          Activity

            People

              spena Sergio Peña
              mjsax Matthias J. Sax
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: