You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Sean Glover (Jira)" <ji...@apache.org> on 2019/08/21 01:00:00 UTC

[jira] [Created] (KAFKA-8822) Remove CompletedFetch type from Fetcher

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)