[client-profile.MYCLIENT]
kafka-version="2.x.x"
client-id="burrow-myclient"
sasl="PLAIN"
[sasl.PLAIN]
username="Adminuser"
password="Adminpassword"
handshake-first=false
[consumer.CLUSTER]
class-name="kafka"
cluster="CLUSTER"
client-profile="MYCLIENT"
That should be all you need.
[client-profile.test]
client-id="burrow-test"
kafka-version="0.11.0.2"
sasl="PLAINSS"
tls="mytlsprofile"
[sasl.PLAINSS]
handshake-first=true
username="superuser"
password="superuserpassword"
[tls.mytlsprofile]
certfile="path/to/certfile/file/wildcard.jks"
keyfile="path/to/keyfile/file/wildcard.jks"
noverify=true
Hi, facing issue with prometheus metrics. We are just getting burrow_kafka_topic_partition_offset and no other metrics, where as ideally we should have got all of these "burrow_kafka_consumer_partition_lag", "burrow_kafka_consumer_current_offset", "burrow_kafka_consumer_status".
Any configurations that needs to be updated to get all the metrics.
We are using kafka version 0.11.0.3. and its a secured kafka cluster.
Thanks @pmbuko I checked that too and so tested with Burrow version 1.3.8 as well as 1.4.0 but no luck.
They all work fine with Kafka version 2.7.0 but fail with Kafka version 2.8.1.
I also created a ticket for burrow here linkedin/Burrow#737