Quarkus client unable to connect to remote Kafka in k8s #34497
Unanswered
vietnguyen1254
asked this question in
Q&A
Replies: 1 comment 4 replies
-
/cc @Sgitario (kubernetes), @alesj (kafka), @cescoffier (kafka), @geoand (kubernetes), @iocanel (kubernetes), @ozangunalp (kafka) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Really hope you could help me out! Thank you in advance!
I installed Kafka via helm chart with the service is "ClusterIP" in namespace "ns1" in a kubernetes cluster.
Then, i create a new namespace "ns2" and install kafka client to test it, everything works perfectly:
Then, I install another pod (Quarkus producer for Kafka) in a different namespace "ns2" to connect to that kafka service with this configuration in "application.properties"
It shows this error (really don't understand why localhost is showing here:
Thank you so much for any help!
Beta Was this translation helpful? Give feedback.
All reactions