You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test-common/test-common-internal-api/src/main/java/org/apache/kafka/common/test/api/ClusterConfigProperty.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,11 @@
33
33
* The id can vary depending on the different {@link org.apache.kafka.common.test.api.Type}.
34
34
* <ul>
35
35
* <li> Under {@link org.apache.kafka.common.test.api.Type#KRAFT}, the broker id starts from
36
-
* {@link org.apache.kafka.common.test.TestKitNodes#BROKER_ID_OFFSET 0}, the controller id
37
-
* starts from {@link org.apache.kafka.common.test.TestKitNodes#CONTROLLER_ID_OFFSET 3000}
36
+
* {@link org.apache.kafka.common.test.api.TestKitDefaults#BROKER_ID_OFFSET 0}, the controller id
37
+
* starts from {@link org.apache.kafka.common.test.api.TestKitDefaults#CONTROLLER_ID_OFFSET 3000}
38
38
* and increases by 1 with each addition broker/controller.</li>
39
39
* <li> Under {@link org.apache.kafka.common.test.api.Type#CO_KRAFT}, the broker id and controller id both start from
Copy file name to clipboardexpand all lines: test-common/test-common-internal-api/src/main/java/org/apache/kafka/common/test/api/ClusterTestDefaults.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
/**
29
29
* Used to set class level defaults for any test template methods annotated with {@link ClusterTest} or
30
30
* {@link ClusterTests}. The default values here are also used as the source for defaults in
0 commit comments