mumrah commented on code in PR #18602: URL: https://github.com/apache/kafka/pull/18602#discussion_r1920952622
########## test-common/test-common-api/src/main/java/org/apache/kafka/common/test/api/README.md: ########## @@ -79,7 +79,7 @@ a JUnit extension called `ClusterTestExtensions` which knows how to process thes invocations. Test classes that wish to make use of these annotations need to explicitly register this extension: ```scala -import org.apache.kafka.common.test.api.ClusterTestExtensions +import org.apache.kafka.common.test.junit.ClusterTestExtensions @ExtendWith(value = Array(classOf[ClusterTestExtensions])) Review Comment: Correct. I'll update these docs. -- 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