m1a2st commented on code in PR #22952:
URL: https://github.com/apache/kafka/pull/22952#discussion_r3838855004
##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/IQv2StoreIntegrationTest.java:
##########
@@ -138,7 +140,9 @@ public class IQv2StoreIntegrationTest {
private static final long WINDOW_START =
(RECORD_TIME / WINDOW_SIZE.toMillis()) * WINDOW_SIZE.toMillis();
- public static final EmbeddedKafkaCluster CLUSTER = new
EmbeddedKafkaCluster(NUM_BROKERS);
+ public static final EmbeddedKafkaCluster CLUSTER = new
EmbeddedKafkaCluster(NUM_BROKERS,
+ // Each test application has one Streams group member, so waiting
for more members only delays startup.
+
Utils.mkProperties(Map.of(GroupCoordinatorConfig.STREAMS_GROUP_INITIAL_REBALANCE_DELAY_MS_CONFIG,
"0")));
Review Comment:
Could you fix the comment indentation as well?
--
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]