JimmyWang6 commented on code in PR #20508:
URL: https://github.com/apache/kafka/pull/20508#discussion_r2337560824
##########
raft/src/main/java/org/apache/kafka/raft/EpochState.java:
##########
@@ -59,4 +59,9 @@ default Optional<LogOffsetMetadata> highWatermark() {
* User-friendly description of the state
*/
String name();
+
+ @Override
+ default void close() {
+ // intentionally left blank
Review Comment:
@chia7712 I have added comments, please take a another look when you have
time, thanks~
--
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]