JimmyWang6 commented on code in PR #20508:
URL: https://github.com/apache/kafka/pull/20508#discussion_r2335273237


##########
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:
   Sure, thanks for your comment.



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