ahuang98 commented on code in PR #18600: URL: https://github.com/apache/kafka/pull/18600#discussion_r1982110708
########## raft/src/test/java/org/apache/kafka/raft/KafkaRaftClientSnapshotTest.java: ########## @@ -52,13 +54,19 @@ import java.util.concurrent.atomic.AtomicLong; import java.util.stream.Stream; +import static org.apache.kafka.raft.RaftClientTestContext.Builder; +import static org.apache.kafka.raft.RaftClientTestContext.MockListener; +import static org.apache.kafka.raft.RaftClientTestContext.RaftProtocol; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertInstanceOf; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertTrue; public final class KafkaRaftClientSnapshotTest { + private static final String KIP_595_PROTOCOL = "KIP_595_PROTOCOL"; + private static final String KIP_853_PROTOCOL = "KIP_853_PROTOCOL"; Review Comment: suggestion should also be applied to KafkaRaftClientTest if you agree -- 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