Till recently we were on 0.8.1 and updated to 0.8.2.1

Everything seems to work but I am no longer seeing metrics reported from
the broker that was updated to the new version.

My config file has the following lines:

kafka.metrics.polling.interval.secs=5
kafka.metrics.reporters=kafka.metrics.KafkaCSVMetricsReporter
kafka.csv.metrics.dir=/var/lib/kafka/metrics/
kafka.csv.metrics.reporter.enabled=false

This was working in 0.8.1 but not in 0.8.2.1

When the broker was started I noticed these messages in the logs:

2015-08-13T21:03:29.235Z WARN  [main                               ]
[kafka.utils.VerifiableProperties    ]: Property kafka.csv.metrics.dir is
not valid

2015-08-13T21:03:29.235Z WARN  [main                               ]
[kafka.utils.VerifiableProperties    ]: Property
kafka.csv.metrics.reporter.enabled is not valid

2015-08-13T21:03:29.235Z WARN  [main                               ]
[kafka.utils.VerifiableProperties    ]: Property
kafka.metrics.polling.interval.secs is not valid

2015-08-13T21:03:29.235Z WARN  [main                               ]
[kafka.utils.VerifiableProperties    ]: Property kafka.metrics.reporters is
not valid


Is this is a known issue? Is there a work around or any documentation on
what these properties are now called?


Thanks

Reply via email to