aloknnikhil commented on a change in pull request #9985:
URL: https://github.com/apache/kafka/pull/9985#discussion_r565673305



##########
File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
##########
@@ -208,8 +209,9 @@ public KafkaRaftClient(
         int fetchMaxWaitMs,
         OptionalInt nodeId,
         LogContext logContext,
-        Random random
-    ) {
+        Random random,
+        RaftConfig raftConfig
+    ) throws IOException {

Review comment:
       Yea. This is an artifact from the `quorumState.initialize` change. Since 
that's moved down to the `client.initialize`, we can remove it.




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