kevin-wu24 commented on code in PR #18987: URL: https://github.com/apache/kafka/pull/18987#discussion_r1982298361
########## 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: Either way we have to expose some additional public methods in `KafkaRaftClient`, and I'm not sure there's a great way around that atm. -- 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