C0urante commented on code in PR #16598:
URL: https://github.com/apache/kafka/pull/16598#discussion_r1678434052
##########
connect/mirror/src/test/java/org/apache/kafka/connect/mirror/integration/MirrorConnectorsIntegrationBaseTest.java:
##########
@@ -1324,7 +1353,6 @@ private static <T> void
waitForConsumingAllRecords(Consumer<T, T> consumer, int
private static Map<String, String> basicMM2Config() {
Map<String, String> mm2Props = new HashMap<>();
mm2Props.put("clusters", PRIMARY_CLUSTER_ALIAS + ", " +
BACKUP_CLUSTER_ALIAS);
- mm2Props.put("max.tasks", "10");
Review Comment:
Unrelated change: this property has no effect and should be removed so as
not to cause FUD.
--
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]