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

   @cmccabe and @jlprat : Here is a summary of of the issue that this PR is 
trying to fix. 
   
   
[KIP-1005](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1005%3A+Expose+EarliestLocalOffset+and+TieredOffset)
 proposes to (1) add support for latest-tiered timestamp (-5) in ListOffset 
request (2) expose earliest-local (-4) and latest-tiered timestamp (-5) in 
AdminClient and GetOffsetShell tool. (1) was implemented in the 3.8 branch, but 
was implemented incorrectly since it didn't bump up the request version (see 
https://issues.apache.org/jira/browse/KAFKA-16480). (2) hasn't been implemented 
yet.
   
   > Does this add a new feature to 3.8 or not? Some comments seems to indicate 
that it does, but there was also a comment that this was just "fixing a mistake"
   
   For this PR, we just want to fix (1). 
   
   > Is the last version of ListOffsets unstable or not? Title of the PR 
indicates that it should be, but the PR itself doesn't set 
"latestVersionUnstable": true. in ListOffsetsRequest.
   
   The latest PR makes the latest version ListOffsets stable. So, we need to 
change the description of this PR.


-- 
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