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

[jira] [Created] (KAFKA-14966) Extract reusable common logic from OffsetFetcher

Lianet Magrans created KAFKA-14966:
--------------------------------------

             Summary: Extract reusable common logic from OffsetFetcher
                 Key: KAFKA-14966
                 URL: https://issues.apache.org/jira/browse/KAFKA-14966
             Project: Kafka
          Issue Type: Sub-task
          Components: clients, consumer
            Reporter: Lianet Magrans


The OffsetFetcher is internally used by the KafkaConsumer to fetch offsets, validate and reset positions. 

For the new consumer based on a refactored threading model, similar functionality will be needed by the ListOffsetsRequestManager component. 

This task aims at identifying and extracting the OffsetFetcher functionality that can be reused by the new consumer implementation.



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