krux / kafka-metrics-reporter

A custom KafkaMetricsReporter intended to be dropped into a Kafka broker cluster that will send all consumer offset metrics to a configured Graphite server.
Apache License 2.0
19 stars 9 forks source link

0.9 support #1

Open JensRantil opened 8 years ago

JensRantil commented 8 years ago

I know Kafka 0.9 just came out the door. I might as well be the first one creating an issue for making a build against Kafka 0.9 :-) I assume the metric reporter interface hasn't changed between 0.8 and 0.9?

eripe970 commented 8 years ago

I haven't found any issues with using https://github.com/krux/kafka-metrics-reporter/releases/download/1.1.4/kafka-metrics-reporter-1.1.4.jar in kafka_2.11-0.9.0.0.

casspc commented 8 years ago

We at Krux haven't started 0.9.X validation trials yet, so it's good to hear that it may be working with the newer release. Thanks for the update.