aliehsaeedii commented on code in PR #17091:
URL: https://github.com/apache/kafka/pull/17091#discussion_r1766619526


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/AbstractPartitionGroup.java:
##########
@@ -56,6 +57,8 @@ abstract class AbstractPartitionGroup {
 
     abstract Long headRecordOffset(final TopicPartition partition);
 
+    abstract Optional<Integer> headRecordLeaderEpoch(final TopicPartition 
partition);

Review Comment:
   leader epoch type is always `Optional<Integer>` (at least across all 
Consumer code)



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

Reply via email to