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 `MetricsReporter`.
[MetricsReporter.java](https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/metrics/MetricsReporter.java)
The documentation is also inconsistent as some references to classes do not
have the package name.
@ijuma
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/KevinLiLu/kafka trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3875.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3875
----
commit 8cd5040ffb227e0314db71c89bddad1a7c77c6d5
Author: Kevin Lu <[email protected]>
Date: 2017-09-15T17:51:53Z
Use full package name when classes referenced in documentation
----
---