chia7712 commented on code in PR #16627:
URL: https://github.com/apache/kafka/pull/16627#discussion_r1697416103
##########
core/src/test/java/kafka/test/ClusterInstance.java:
##########
@@ -183,6 +183,10 @@ default Set<GroupProtocol> supportedGroupProtocols() {
//---------------------------[wait]---------------------------//
+ default void verifyTopicDeletion(String topic) throws InterruptedException
{
Review Comment:
It is used to wait for deletion, so maybe it can be renamed to
`waitTopicDeletion`?
--
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]