[GitHub] kafka pull request #3875: MINOR: Use full package name when classes referenc...

2017-09-15 Thread KevinLiLu
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] kafka pull request #3867: MINOR: Use full package name when classes referenc...

2017-09-15 Thread KevinLiLu
Github user KevinLiLu closed the pull request at: https://github.com/apache/kafka/pull/3867 ---

[GitHub] kafka pull request #3867: MINOR: Change metric.reporters description to use ...

2017-09-14 Thread KevinLiLu
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