Re: Metrics Reporter not Valid

2013-09-24 Thread Joel Koshy
It seems to work for me. Here is what I added to my server.config: kafka.csv.metrics.reporter.enabled=true kafka.metrics.reporters=kafka.metrics.KafkaCSVMetricsReporter It does spit out those warnings that I mentioned - although actually the reason for that is in fact because we attempt to verify

Metrics Reporter not Valid

2013-09-23 Thread Henry Ma
hi, In config/server.properties I added some properties for metrics report using ganglia reporter( https://github.com/criteo/kafka-ganglia ): kafka.metrics.reporters=com.criteo.kafka.KafkaGangliaMetricsReporter kafka.ganglia.metrics.reporter.enabled=true kafka.ganglia.metrics.host=localhost

Re: Metrics Reporter not Valid

2013-09-23 Thread Neha Narkhede
The metrics reporter was introduced in 0.8. Are you depending on Kafka 0.7.x? Thanks, Neha On Sep 23, 2013 5:34 AM, Henry Ma henry.ma.1...@gmail.com wrote: hi, In config/server.properties I added some properties for metrics report using ganglia reporter(

Re: Metrics Reporter not Valid

2013-09-23 Thread Henry Ma
no, I am using Kafka 0.8.0-beta1. On Mon, Sep 23, 2013 at 10:19 PM, Neha Narkhede neha.narkh...@gmail.comwrote: The metrics reporter was introduced in 0.8. Are you depending on Kafka 0.7.x? Thanks, Neha On Sep 23, 2013 5:34 AM, Henry Ma henry.ma.1...@gmail.com wrote: hi, In

Re: Metrics Reporter not Valid

2013-09-23 Thread Henry Ma
even using the default version of server.properties file, after start I got these messages: [2013-09-24 10:24:35,587] WARN Property kafka.csv.metrics.reporter.enabled is not valid (kafka.utils.VerifiableProperties) [2013-09-24 10:24:35,588] WARN Property kafka.metrics.reporters is not valid

Metrics Reporter not Valid

2013-09-23 Thread Joel Koshy
These warnings are fine - we should think about how to get rid of them. I think the issue is that there's a single bag of properties that is passed to the server and to the metrics reporter. The server instantiation process will will ignore these properties but will warn about properties that it