You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/11/08 22:40:34 UTC

[GitHub] [kafka] kirktrue opened a new pull request, #12834: KAFKA-14365: Refactor Fetcher to allow different implementations 2/2

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

   (This is a stacked PR on top of #12832.)
   
   Introduce the generalized `Fetcher` interface, update `DefaultFetcher` to implement the `Fetcher` interface, and update relevant call sites to use the interface (over the concrete class) where possible.
   
   This is part of the consumer thread refactoring project.
   
   See [KAFKA-14365: Refactor Fetcher to allow different implementations](https://issues.apache.org/jira/browse/KAFKA-14365).
   
   ### 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] kirktrue closed pull request #12834: KAFKA-14365: Refactor Fetcher to allow different implementations 2/2

Posted by GitBox <gi...@apache.org>.
kirktrue closed pull request #12834: KAFKA-14365: Refactor Fetcher to allow different implementations 2/2
URL: https://github.com/apache/kafka/pull/12834


-- 
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