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

   Implements punctuation inside processing threads. The scheduler
   algorithm checks if a task that is not assigned currently can
   be punctuated, and returns it when a worker thread asks for the
   next task to be processed. Then, the processing thread runs all
   punctuations in the punctionation queue.
   
   Piggy-backed: take TaskExecutionMetadata into account when
   processing records.
   
   This is a stacked PR, only the last commit needs to be reviewed
   
   ### Committer Checklist (excluded from commit message)
   - [x] Verify design and implementation 
   - [x] Verify test coverage and CI build status
   - [x] 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-unsubscr...@kafka.apache.org

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

Reply via email to