You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "wcarlson5 (via GitHub)" <gi...@apache.org> on 2023/04/25 21:40:08 UTC

[GitHub] [kafka] wcarlson5 opened a new pull request, #13641: Kafka-14936: Add Grace Period to Stream Table Join

wcarlson5 opened a new pull request, #13641:
URL: https://github.com/apache/kafka/pull/13641

   Add grace period to the stream table join.
   
   Add an upstream processor that acts as a buffer to establish the grace period before sending the stream records down to the join operator to preform the join. This is a separate operator for now to make it easier to slot in the versioned table optimization and then be able to use the grace period for all types of joins. This can easily change it that is not what we want.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] wcarlson5 closed pull request #13641: KAFKA-14936: Add Grace Period to Stream Table Join

Posted by "wcarlson5 (via GitHub)" <gi...@apache.org>.
wcarlson5 closed pull request #13641: KAFKA-14936: Add Grace Period to Stream Table Join
URL: https://github.com/apache/kafka/pull/13641


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org