Browse Source
See https://issues.apache.org/jira/browse/KAFKA-3711 I've tested locally that this change does indeed resolve the warning I mention in the ticket: ``` org.apache.kafka.clients.consumer.ConsumerConfig: The configuration metric.dropwizard.registry = kafka-metrics was supplied but isn't a known config. ``` where `metric.dropwizard.registry` is a configuration value defined in a custom `MetricReporter` (https://github.com/SimpleFinance/kafka-dropwizard-reporter). With this change, the above warning no longer appears, as ewencp predicted. This contribution is my original work and I license the work to the project under the project's open source license. Author: Jeff Klukas <jeff@klukas.net> Reviewers: Ismael Juma <ismael@juma.me.uk>, Ewen Cheslack-Postava <ewen@confluent.io> Closes #1479 from jklukas/abstractconfig-originalspull/1481/head
Jeff Klukas
9 years ago
committed by
Ewen Cheslack-Postava
2 changed files with 79 additions and 7 deletions
Loading…
Reference in new issue