-
Hi guys, In my AKS cluster I have a few microservices in one namespace and a Kafka cluster on a separate one.
but I can’t communicate with bootstrap when I use externalName "kafka-bootstrap-external", I notice that cluster-ip changed to none when I apply that yaml file. How can I solve this problem? Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You should use internal listener when you want to use the Kafka cluster from applications running in the same Kafka cluster. |
Beta Was this translation helpful? Give feedback.
-
I could acess via DNS using ..svc.cluster.local:9092 |
Beta Was this translation helpful? Give feedback.
I could acess via DNS using ..svc.cluster.local:9092