hachikuji commented on a change in pull request #10497:
URL: https://github.com/apache/kafka/pull/10497#discussion_r608888370



##########
File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
##########
@@ -2256,6 +2261,11 @@ private Long append(int epoch, List<T> records, boolean 
isAtomic) {
         return shutdownComplete;
     }
 
+    @Override
+    public void resign(int epoch) {
+        throw new UnsupportedOperationException();

Review comment:
       I'd rather not annotate the code with jira references. The first step is 
https://issues.apache.org/jira/browse/KAFKA-12607. I wanted to get that checked 
in first and may even end up doing the change there.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to