jsancio commented on code in PR #12761:
URL: https://github.com/apache/kafka/pull/12761#discussion_r999563515


##########
raft/src/main/java/org/apache/kafka/raft/OffsetAndEpoch.java:
##########
@@ -25,6 +25,14 @@ public OffsetAndEpoch(long offset, int epoch) {
         this.epoch = epoch;
     }
 
+    public long offset() {
+        return offset;
+    }
+
+    public int epoch() {

Review Comment:
   Yes. Do you mind if I do this in another PR? I don't want to add too many 
trivial diffs to this one.



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