Microservices communication with kafka cluster #4942
shreyasarani23
started this conversation in
General
Replies: 1 comment 1 reply
-
Please read the documentation. It is all described there. Your apps should connect to the bootstrap service. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have microservices running as pods and I want my microservices to communicate to the kafka cluster so how can I achieve this?
Is it by specifying service name of bootstrap server with port ex:-my-kafka-cluster-kafka-bootstrap:9092 or is there any other way?
Suppose if my microservices wants to communicate with particular kafka broker say my-kafka-cluster-kafka-0 then how this can be achieved?
Beta Was this translation helpful? Give feedback.
All reactions