AnGg98 commented on code in PR #21047:
URL: https://github.com/apache/kafka/pull/21047#discussion_r2581051500
##########
core/src/test/scala/unit/kafka/server/GroupCoordinatorBaseRequestTest.scala:
##########
@@ -80,6 +80,22 @@ class GroupCoordinatorBaseRequestTest(cluster:
ClusterInstance) {
}
}
+ protected def createTopicWithAdminRaw(
Review Comment:
We could use `createTopic` as well I believe, but that method waits for the
metadata to propagate to all brokers. The helper we are introducing here
(extracted from existing test usage) simply creates the topic and returns
without waiting.
--
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]