[ 
https://issues.apache.org/jira/browse/KAFKA-14675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk True updated KAFKA-14675:
------------------------------
    Description: 
The {{Fetcher}} class is used internally by the {{KafkaConsumer}} to fetch 
records from the brokers. There is ongoing work to create a new consumer 
implementation with a significantly refactored threading model. The threading 
refactor work requires a similarly refactored {{{}Fetcher{}}}.

This task covers the work to extract from {{Fetcher}} the APIs that are related 
to metadata operations into a new class named {{{}MetadataFetcher{}}}. This 
will allow the refactoring of {{Fetcher}} and {{MetadataFetcher}} for the new 
consumer.

  was:Extract from {{Fetcher}} the APIs that are related to metadata operations 
into a new class named {{{}MetadataFetcher{}}}. This will allow the refactoring 
of {{Fetcher}} and {{MetadataFetcher}} for the new consumer. 


> Extract metadata-related tasks from Fetcher into MetadataFetcher
> ----------------------------------------------------------------
>
>                 Key: KAFKA-14675
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14675
>             Project: Kafka
>          Issue Type: Improvement
>          Components: clients, consumer
>            Reporter: Kirk True
>            Assignee: Kirk True
>            Priority: Major
>
> The {{Fetcher}} class is used internally by the {{KafkaConsumer}} to fetch 
> records from the brokers. There is ongoing work to create a new consumer 
> implementation with a significantly refactored threading model. The threading 
> refactor work requires a similarly refactored {{{}Fetcher{}}}.
> This task covers the work to extract from {{Fetcher}} the APIs that are 
> related to metadata operations into a new class named 
> {{{}MetadataFetcher{}}}. This will allow the refactoring of {{Fetcher}} and 
> {{MetadataFetcher}} for the new consumer.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to