frankvicky commented on code in PR #16396:
URL: https://github.com/apache/kafka/pull/16396#discussion_r1650089520
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/assignment/TaskAssignorConvergenceTest.java:
##########
@@ -380,17 +372,31 @@ public void setUp() {
}
}
- @Parameterized.Parameters(name = "rackAwareStrategy={0}")
- public static Collection<Object[]> getParamStoreType() {
- return asList(new Object[][] {
- {StreamsConfig.RACK_AWARE_ASSIGNMENT_STRATEGY_NONE},
- {StreamsConfig.RACK_AWARE_ASSIGNMENT_STRATEGY_MIN_TRAFFIC},
- {StreamsConfig.RACK_AWARE_ASSIGNMENT_STRATEGY_BALANCE_SUBTOPOLOGY},
- });
+// @Parameterized.Parameters(name = "rackAwareStrategy={0}")
Review Comment:
Oops, I will remove it.
--
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]