atu-sharm commented on code in PR #14893: URL: https://github.com/apache/kafka/pull/14893#discussion_r1433870598
########## connect/mirror/src/test/java/org/apache/kafka/connect/mirror/integration/MirrorConnectorsIntegrationBaseTest.java: ########## @@ -920,13 +923,13 @@ String remoteTopicName(String topic, String clusterAlias) { * launch the connectors on kafka connect cluster and check if they are running */ protected static void waitUntilMirrorMakerIsRunning(EmbeddedConnectCluster connectCluster, - List<Class<? extends Connector>> connectorClasses, MirrorMakerConfig mm2Config, + List<Class<? extends Connector>> connectorClasses, MirrorMakerConfig mm2Config, String primary, String backup) throws InterruptedException { for (Class<? extends Connector> connector : connectorClasses) { connectCluster.configureConnector(connector.getSimpleName(), mm2Config.connectorBaseConfig( new SourceAndTarget(primary, backup), connector)); } - Review Comment: Sure @OmniaGM, thanks :) -- 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