Shekharrajak commented on code in PR #19441: URL: https://github.com/apache/druid/pull/19441#discussion_r3213613581
########## extensions-core/kafka-indexing-service/src/test/java/org/apache/druid/indexing/kafka/supervisor/KafkaSupervisorTest.java: ########## @@ -50,7 +49,7 @@ import org.apache.druid.indexing.kafka.KafkaIndexTaskRunner; import org.apache.druid.indexing.kafka.KafkaIndexTaskTuningConfig; import org.apache.druid.indexing.kafka.KafkaRecordSupplier; -import org.apache.druid.indexing.kafka.test.TestBroker; +import org.apache.druid.indexing.kafka.test.EmbeddedKafkaBroker; Review Comment: TestBroker no longer compiles (Scala kafka.server.KafkaServer removed in Kafka 4.0); embedded ZooKeeper mode no longer supported by Kafka 4.x brokers. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
