m1a2st commented on code in PR #16810:
URL: https://github.com/apache/kafka/pull/16810#discussion_r1718631839
##########
core/src/test/scala/unit/kafka/server/JoinGroupRequestTest.scala:
##########
@@ -51,7 +52,8 @@ class JoinGroupRequestTest(cluster: ClusterInstance) extends
GroupCoordinatorBas
@ClusterTest(serverProperties = Array(
new ClusterConfigProperty(key = "group.coordinator.new.enable", value =
"false"),
new ClusterConfigProperty(key = "offsets.topic.num.partitions", value =
"1"),
- new ClusterConfigProperty(key = "offsets.topic.replication.factor", value
= "1")
+ new ClusterConfigProperty(key = "offsets.topic.replication.factor", value
= "1"),
+ new ClusterConfigProperty(key = "group.initial.rebalance.delay.ms", value
= "1"),
Review Comment:
Yes, the unit is ms, I fix it.
--
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]