GitHub user KevinLiLu opened a pull request:
https://github.com/apache/kafka/pull/3875
MINOR: Use full package name when classes referenced in documentation
The `metric.reporters` description in the documentation says to implement
the `MetricReporter` class, but the actual class is
Github user KevinLiLu closed the pull request at:
https://github.com/apache/kafka/pull/3867
---
GitHub user KevinLiLu opened a pull request:
https://github.com/apache/kafka/pull/3867
MINOR: Change metric.reporters description to use actual
MetricsReporter.class name
The `metric.reporters` description in the documentation says to implement
the `MetricReporter`, but the actual