bbejeck commented on code in PR #19425: URL: https://github.com/apache/kafka/pull/19425#discussion_r2035488915
########## streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/utils/EmbeddedKafkaCluster.java: ########## @@ -140,6 +140,13 @@ public EmbeddedKafkaCluster(final int numBrokers, this.time = new MockTime(mockTimeMillisStart, mockTimeNanoStart); } + public static EmbeddedKafkaCluster withStreamsRebalanceProtocol(final int numBrokers) { Review Comment: nit: maybe either add a `Properties` parameter or an overload with `Properties`, we'll need that if we want to test using standby replicas -- 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