rreddy-22 commented on code in PR #20882:
URL: https://github.com/apache/kafka/pull/20882#discussion_r2528567768
##########
storage/src/main/java/org/apache/kafka/storage/internals/log/ProducerAppendInfo.java:
##########
@@ -208,12 +245,12 @@ private void checkCoordinatorEpoch(EndTransactionMarker
endTxnMarker, long offse
}
}
- public Optional<CompletedTxn> appendEndTxnMarker(
- EndTransactionMarker endTxnMarker,
- short producerEpoch,
- long offset,
- long timestamp) {
- checkProducerEpoch(producerEpoch, offset);
+ public Optional<CompletedTxn> appendEndTxnMarker(EndTransactionMarker
endTxnMarker,
Review Comment:
formatting to match the rest of the file
--
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]