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 (kafka.utils.VerifiableProperties)
[2013-09-24 10:24:35,588] WARN Property kafka.csv.metrics.dir is not valid
(kafka.utils.VerifiableProperties)
[2013-09-24 10:24:35,589] WARN Property kafka.metrics.polling.interval.secs
is not valid (kafka.utils.VerifiableProperties)


On Mon, Sep 23, 2013 at 8:30 PM, Henry Ma <henry.ma.1...@gmail.com> wrote:

> 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
> kafka.ganglia.metrics.port=2205
> kafka.ganglia.metrics.group=kafka
>
> After rebooting the broker, nothing reported,  and found these message in
> server.log:
>
> [2013-09-23 19:57:19,570] WARN Property kafka.metrics.reporters is not
> valid (kafka.utils.VerifiableProperties)
> [2013-09-23 19:57:19,570] WARN Property
> kafka.metrics.polling.interval.secs is not valid
> (kafka.utils.VerifiableProperties)
> [2013-09-23 19:57:19,571] WARN Property kafka.ganglia.metrics.port is not
> valid (kafka.utils.VerifiableProperties)
> [2013-09-23 19:57:19,571] WARN Property
> kafka.ganglia.metrics.reporter.enabled is not valid
> (kafka.utils.VerifiableProperties)
> [2013-09-23 19:57:19,572] WARN Property kafka.ganglia.metrics.group is not
> valid (kafka.utils.VerifiableProperties)
> [2013-09-23 19:57:19,572] WARN Property kafka.ganglia.metrics.host is not
> valid (kafka.utils.VerifiableProperties)
>
> Atteched is the whole config/server.properties file.
>
> Is there something wrong? Thanks for any help!
>
> --
> Best Regards,
> Henry Ma
>



-- 
Best Regards,

Reply via email to