My context :
Machine linux/ubuntu A on the internet running confluent 3.3.0 with kafka server config à advertised.listeners = PGHOST://xx.xx.xx.151:9092,PGLOCAL://localhost:9093
Machine B on the internet running kafka producer and sending event to machine A.
With a kafka producer ( running on machine A) I see data messages arriving on the kafka server machine B . great ! it works
My problem happens with ksql :
I put ksql in the loop with the following config ksqlserver.properties
bootstrap.servers= xx.xx.xx.151:9092
application.id=ksql_server_quickstart
ksql.command.topic.suffix=commands
listeners=http://localhost:8080
or with the following config ksqlserver.properties
bootstrap.servers=localhost:9093
application.id=ksql_server_quickstart
ksql.command.topic.suffix=commands
listeners=http://localhost:8080
in any case it hangs with error : io.confluent.ksql.exception.KafkaResponseGetFailedException: Failed to retrieve kafka topic names
and in the ksql logs
[2017-09-25 14:54:00,675] WARN Connection to node -1 could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient:589)
…..
[2017-09-25 14:54:00,928] WARN Connection to node -1 could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient:589)
Ksql cannot get the kafka handle …. L .. whats wrong in my config ?, please ?
PS: My first test of ksql with everything in local on 1 machine was running nicely ..
Phil
Best regards
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/12c76fa8-caa5-4a72-9bb9-f7d25c212a1a%40googlegroups.com.--
You received this message because you are subscribed to a topic in the Google Groups "Confluent Platform" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/confluent-platform/PJ9FDzzwy_0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent-platform@googlegroups.com.