to use kafkametricsreceiver, how to define a list of broker? #4885
Unanswered
Dionysusio
asked this question in
Q&A
Replies: 2 comments
-
I messed up with issue/discussion, sorry. cc @dshomoye |
Beta Was this translation helpful? Give feedback.
0 replies
-
The brokers:
- 10.10.10.10:9092
- 10.10.10.11:9092 |
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
-
eg: config file in receiver/kafkametricsreceiver/testdata/config.yaml
receivers: kafkametrics: **brokers: 10.10.10.10:9092** protocol_version: 2.0.0 scrapers: - brokers - topics - consumers auth: tls: ca_file: ca.pem cert_file: cert.pem key_file: key.pem collection_interval: 5s
the example is one broker, config like this:
brokers: 10.10.10.10:9092
i want to define a list broker, like this?
brokers: 10.10.10.10:9092,10.10.10.11:9092
after i config like that, i found my kafka cluster is missing some data, when i config two broker, there is missing consumers....
and config one kafka broker is no problem.
please help me ! what is the problem? and what is the right list broker config?
thanks,
Beta Was this translation helpful? Give feedback.
All reactions