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

   The OffsetFetcher is internally used by the KafkaConsumer to fetch offsets, 
validate and reset positions. For the new KafkaConsumer with a refactored 
threading model, similar functionality will be needed.
   
   This is an initial refactoring for extracting logic from the OffsetFetcher, 
that will be reused by the new consumer implementation. No changes to the 
existing logic, just extracting classes, functions or pieces of logic.
   
   All the functionality moved out of the OffsetFetcher is already covered by 
tests in OffsetFetcherTest and FetcherTest. There were no individual tests for 
the extracted functions, so no tests were migrated.
   


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