m1a2st commented on PR #16810: URL: https://github.com/apache/kafka/pull/16810#issuecomment-2297822862
Yes, Becasue It is Zookeeper mode test, the config `group.initial.rebalance.delay.ms` in zookeeper mode default is 0 [setting], thus In this case we transfer to 1000 is slower than before. In KRaft mode it doesn't init the config value, thus the defulat value is 3000. [setting]: https://github.com/apache/kafka/blob/trunk/core/src/test/scala/unit/kafka/utils/TestUtils.scala#L354 -- 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