jsancio commented on code in PR #16735: URL: https://github.com/apache/kafka/pull/16735#discussion_r1704042111
########## raft/src/main/java/org/apache/kafka/raft/internals/VoterSet.java: ########## @@ -95,6 +95,21 @@ public Optional<Node> voterNode(int voterId, ListenerName listenerName) { .map(address -> new Node(voterId, address.getHostString(), address.getPort())); } + /** + * Return true the provided voter node is a voter and would cause a change in the voter set. Review Comment: Done. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org