LoganZhuZzz commented on code in PR #20525:
URL: https://github.com/apache/kafka/pull/20525#discussion_r2342966930


##########
test-common/test-common-runtime/src/main/java/org/apache/kafka/common/test/junit/ClusterTestExtensions.java:
##########
@@ -78,14 +78,14 @@
  *
  * <pre>
  * class SomeIntegrationTest {
- *   &#64;ClusterTest(brokers = 1, controllers = 1, clusterType = 
ClusterType.Both)
+ *   &#64;ClusterTest(brokers = 1, controllers = 1, types = {Type.KRAFT, 
Type.CO_KRAFT})
  *   def someTest(): Unit = {

Review Comment:
   ok, but should we keep it in Scala style?



-- 
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

Reply via email to