You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Kirk True (Jira)" <ji...@apache.org> on 2023/02/15 19:16:00 UTC

[jira] [Updated] (KAFKA-14274) Fetcher refactor—split Fetcher into Fetcher and MetadataFetcher

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

Kirk True updated KAFKA-14274:
------------------------------
    Summary: Fetcher refactor—split Fetcher into Fetcher and MetadataFetcher  (was: Implement fetching logic)

> Fetcher refactor—split Fetcher into Fetcher and MetadataFetcher
> ---------------------------------------------------------------
>
>                 Key: KAFKA-14274
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14274
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: consumer
>            Reporter: Philip Nee
>            Assignee: Kirk True
>            Priority: Major
>
> The fetch request and fetch processing should happen asynchronously.  More specifically, we have the background thread to send fetch requests autonomously and relay the response back to the polling thread.  The polling thread collects these fetch requests and returns the ConsumerRecord.



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