divijvaidya commented on code in PR #13284: URL: https://github.com/apache/kafka/pull/13284#discussion_r1248166033
########## connect/mirror/src/test/java/org/apache/kafka/connect/mirror/integration/DedicatedMirrorIntegrationTest.java: ########## @@ -40,16 +47,16 @@ import java.util.concurrent.atomic.AtomicReference; import static org.apache.kafka.clients.consumer.ConsumerConfig.AUTO_OFFSET_RESET_CONFIG; +import static org.apache.kafka.connect.mirror.MirrorMaker.CONNECTOR_CLASSES; import static org.apache.kafka.test.TestUtils.waitForCondition; @Tag("integration") public class DedicatedMirrorIntegrationTest { private static final Logger log = LoggerFactory.getLogger(DedicatedMirrorIntegrationTest.class); - - private static final int TOPIC_CREATION_TIMEOUT_MS = 120_000; Review Comment: Reverted back to original since we have a better logic to ensure correct sequence of startup now. -- 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