helianthuslulu edited a comment on issue #6809: 【kafka-index-service Druid-0.12.3】Nothing to publish, skipping publish step URL: https://github.com/apache/incubator-druid/issues/6809#issuecomment-453423501 I find it. The problem is "org.apache.kafka.common.network.Selector - Connection with localhost/127.0.0.1 disconnected", it means connecting to kafka broker failed. it was solved by modify $KAFKA_HOME/config/server.proerties: **advertised.listeners=PLAINTEXT://xxx.xxx.xxx.xxx:9092**, then restart kafka service this problem and #6806, #6819 are the same.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
