You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Clive Cox (Jira)" <ji...@apache.org> on 2022/04/09 16:28:00 UTC

[jira] [Created] (KAFKA-13813) left/outer joins can wait indefinitely for emitted record with suprious record fix

Clive Cox created KAFKA-13813:
---------------------------------

             Summary: left/outer joins can wait indefinitely for emitted record with suprious record fix
                 Key: KAFKA-13813
                 URL: https://issues.apache.org/jira/browse/KAFKA-13813
             Project: Kafka
          Issue Type: Bug
            Reporter: Clive Cox


With the fix in https://issues.apache.org/jira/browse/KAFKA-10847 records will be emitted after the grace period but only when a new record is processed. This means its possible to wait for arbitrary long time for a record to be emitted.

This also means one can not recreate the previous semantics of emitting immediately records or even now guaranteed emitting after the grace period.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)