kevin-wu24 commented on code in PR #18987: URL: https://github.com/apache/kafka/pull/18987#discussion_r1970773425
########## raft/src/main/java/org/apache/kafka/raft/VoterSet.java: ########## @@ -343,6 +343,10 @@ public ReplicaKey voterKey() { return voterKey; } + public int voterId() { Review Comment: I think I just have to refactor `initialVoterSetFromIds` to not be a one liner, and yes we can. -- 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