You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "squakez (via GitHub)" <gi...@apache.org> on 2023/03/29 13:06:50 UTC

[GitHub] [camel-k] squakez commented on issue #4186: Unable to produce and consume in camel-k to apache kafka, getting error like "Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available."

squakez commented on issue #4186:
URL: https://github.com/apache/camel-k/issues/4186#issuecomment-1488574869

   I doubt you have a Kafka installed on the same Pod. If you're using `localhost`, it will look for a service in the same `Pod` where the application is running. You need a Kafka server running and a known ip where to connect. Feel free to follow the example we have in https://github.com/apache/camel-k-examples/tree/main/generic-examples/kafka.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org