anjy7 commented on code in PR #23136:
URL: https://github.com/apache/kafka/pull/23136#discussion_r3768463888
##########
raft/src/testFixtures/java/org/apache/kafka/raft/RaftClientTestContext.java:
##########
@@ -111,419 +92,30 @@
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertTrue;
-public final class RaftClientTestContext {
- public final RecordSerde<String> serde = Builder.SERDE;
- final TopicPartition metadataPartition = Builder.METADATA_PARTITION;
- final Uuid metadataTopicId = Uuid.METADATA_TOPIC_ID;
- final int electionBackoffMaxMs = Builder.ELECTION_BACKOFF_MAX_MS;
- final int fetchMaxWaitMs = Builder.FETCH_MAX_WAIT_MS;
- final int fetchTimeoutMs = Builder.FETCH_TIMEOUT_MS;
+public class RaftClientTestContext extends SharedRaftClientContext {
Review Comment:
yes
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]