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

   This patch introduces the `CoordinatorExecutor` construct into the 
`CoordinatorRuntime`. It allows scheduling asynchronous tasks from within a 
`CoordinatorShard` while respecting the runtime semantic. It will be used to 
asynchronously resolve regular expressions.
   
   The `GroupCoordinatorService` uses a default `ExecutorService` with a single 
thread to back it at the moment. It seems that it should be sufficient. In the 
future, we could consider making the number of threads configurable.
   
   ### 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-unsubscr...@kafka.apache.org

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

Reply via email to