ahuang98 commented on PR #17146: URL: https://github.com/apache/kafka/pull/17146#issuecomment-2377635801
It looked like a version incompatibility issue since the specific error is ``` The advertised.listeners config must not contain KRaft controller listeners from controller.listener.names when process.roles contains the broker role because Kafka clients that send requests via advertised listeners do not send requests to KRaft controllers -- they only send requests to KRaft brokers.\n\tat scala.Predef$.require(Predef.scala:281)\n\tat kafka.server.KafkaConfig.validateAdvertisedListenersDoesNotContainControllerListenersForKRaftBroker$1(KafkaConfig.scala:2047) ``` which is logged from `validateAdvertisedListenersDoesNotContainControllerListenersForKRaftBroker` which was removed in https://github.com/apache/kafka/pull/16892 -- 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]
