[ 
https://issues.apache.org/jira/browse/KAFKA-13813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17584055#comment-17584055
 ] 

Yves Alter edited comment on KAFKA-13813 at 8/24/22 7:13 AM:
-------------------------------------------------------------

Same here: We use a left join with a window with no grace. The right-hand-side 
stream of the the join is empty. With the new implementation, the join won't 
emit any record for the duration of the window.


was (Author: JIRAUSER294857):
Same here: We use a left join with a window with no grace. The right-hand-side 
stream of the the join is empty. In the new implementation, the join won't emit 
any record for the duration of the window.

> left/outer joins can wait indefinitely for emitted record with spurious 
> record fix
> ----------------------------------------------------------------------------------
>
>                 Key: KAFKA-13813
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13813
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Clive Cox
>            Priority: Major
>
> 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.10#820010)

Reply via email to