Sean Glover created KAFKA-8822:
----------------------------------
Summary: Remove CompletedFetch type from Fetcher
Key: KAFKA-8822
URL: https://issues.apache.org/jira/browse/KAFKA-8822
Project: Kafka
Issue Type: Improvement
Components: clients, consumer
Reporter: Sean Glover
Assignee: Sean Glover
In KAFKA-7548 we re-factored the {{Fetcher}} to create an instance of
{{PartitionRecords}} immediately in the fetch response handler of
{{Fetcher.sendFetches}}. The instance variable {{Fetcher.completedFetches}}
had its type changed to {{ConcurrentLinkedQueue<PartitionRecords>}} and
therefore the need keep completed fetch partition data in a superfluous type
({{CompletedFetch}}) is no longer required.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)