mjsax commented on code in PR #17091:
URL: https://github.com/apache/kafka/pull/17091#discussion_r1757785099
##########
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:
Would this really be an `Optional`? In the end, we _always_ need to have
some leader epoch -- or do I misunderstand something?
--
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]