echojc / kafka-offset-exporter

Prometheus exporter for Kafka topic and consumer group offsets
27 stars 37 forks source link

using SaramaCluster to handle rebalance #4

Closed prune998 closed 5 years ago

prune998 commented 6 years ago

Do you have any Plan to use Sarama Cluster (https://github.com/bsm/sarama-cluster) instead of plain Sarama to handle the case of a Kafka broker going down ?

echojc commented 6 years ago

Sorry, no. Feel free to submit a PR, but I'm not sure that sarama-cluster would work with the current architecture, in which case it might be easier to write a new exporter.