exporters kafka with sasl get error #3443
Unanswered
jack161641
asked this question in
Q&A
Replies: 1 comment
-
use kafka without sasl is normal |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error: cannot build pipelines: cannot build builtExporters: error creating kafka exporter: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)
2021/06/15 17:13:39 application run finished with error: cannot build pipelines: cannot build builtExporters: error creating kafka exporter: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)
configfile below:
kafka:
protocol_version: 2.2.0
brokers:
- 10.2.103.187:9094
- 10.2.103.185:9094
- 10.2.103.186:9094
topic: otlp_spans
auth:
sasl:
username: kafka_user
password: xxxxx
mechanism: PLAIN
Beta Was this translation helpful? Give feedback.
All reactions