How to configure Jaeger Collector/Ingester to work with a cloud Kafka cluster. #3581
georgespingos
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
the title says it all pretty much. I want to configure Jaeger Collector and Ingester to work with a could instance I have provisioned. If it helps at all, I am running this within a docker-compose stack with each individual Jaeger component configured separately as a service (not an all-in-one instance) and my cloud provider is Confluent could.
collector configuration (key/secret are obfuscated):
I keep getting
"error":"kafka: client has run out of available brokers to talk to (Is your cluster reachable?)"
but I have confirmed that the Kafka cluster is reachable from inside the container.Anyone ever tried anything similar or has any input it would be greatly appreciated.
~GS
Beta Was this translation helpful? Give feedback.
All reactions