lucasbru commented on code in PR #19425: URL: https://github.com/apache/kafka/pull/19425#discussion_r2036636589
########## 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: Done -- 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