Philip Nee created KAFKA-14274:
----------------------------------
Summary: Implement fetching logic
Key: KAFKA-14274
URL: https://issues.apache.org/jira/browse/KAFKA-14274
Project: Kafka
Issue Type: Sub-task
Components: consumer
Reporter: Philip Nee
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)