ahuang98 commented on code in PR #18987: URL: https://github.com/apache/kafka/pull/18987#discussion_r1982287669
########## raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java: ########## @@ -3637,6 +3637,11 @@ QuorumState quorum() { return quorum; } + // Visible only for test + KRaftControlRecordStateMachine partitionState() { Review Comment: hm, I wonder if we could expose voterSetAtOffset and lastVoterSet instead of making the entire state machine public? -- 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