adixitconfluent commented on code in PR #17539:
URL: https://github.com/apache/kafka/pull/17539#discussion_r1812747750
##########
core/src/main/java/kafka/server/share/SharePartition.java:
##########
@@ -1475,6 +1486,10 @@ private Optional<Throwable> acknowledgeCompleteBatch(
return Optional.empty();
}
+ LogOffsetMetadata latestFetchOffsetMetadata() {
Review Comment:
I've moved it to protected. It cannot be private since it is utilized in
`DelayedShareFetch`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]