junrao commented on PR #14308:
URL: https://github.com/apache/kafka/pull/14308#issuecomment-1703310796

   Implementation of the OffsetRequestsManager, responsible for building 
requests and processing responses for requests related to partition offsets.
   
   In this PR, the manager includes support for ListOffset requests, generated 
when the user makes any of the following consumer API calls:
   
   beginningOffsets
   endOffsets
   offsetsForTimes
   All previous consumer API calls interact with the OffsetsRequestsManager by 
generating a ListOffsetsApplicationEvent.
   
   Includes tests to cover the new functionality and to ensure no API level 
changes are introduced.
   
   This covers KAFKA-14965 and KAFKA-15081.
   
   Reviewers: Philip Nee <p...@confluent.io>, Kirk True 
<k...@mustardgrain.com>, Jun Rao <jun...@gmail.com>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to