cmccabe commented on a change in pull request #10705:
URL: https://github.com/apache/kafka/pull/10705#discussion_r633915001



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

Review comment:
       This needs to be supported, because the controller will resign if it 
detects certain bugs.




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