[GitHub] kafka pull request #3975: KAFKA-5902: Added sink task metrics

2017-10-03 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/kafka/pull/3975


---


[GitHub] kafka pull request #3975: KAFKA-5902 Added sink task metrics

2017-09-27 Thread rhauch
GitHub user rhauch opened a pull request:

https://github.com/apache/kafka/pull/3975

KAFKA-5902 Added sink task metrics

Added Connect metrics specific to source tasks, and builds upon #3864 and 
#3911 that have already been merged into `trunk`, and #3959 that has yet to be 
merged.

I'll rebase this PR when the latter is merged.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rhauch/kafka kafka-5902

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/3975.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 #3975


commit 147a5a4e59f95718ba7b46263cf51f8b81c7f6aa
Author: Randall Hauch 
Date:   2017-09-20T15:15:14Z

KAFKA-5901 Added source task metrics

commit 984314b822884e7dec719f75c8991b6df1c585fe
Author: Randall Hauch 
Date:   2017-09-26T15:28:12Z

KAFKA-5902 Added sink task metrics




---