GitHub user ewencp opened a pull request:
https://github.com/apache/kafka/pull/4314
KAFKA-6331: Expose Kafka cluster ID in Connect REST API (KIP-238)
*More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.*
Simple unit tests sufficiently exercise the behavior. In fact, this
addition increases coverage since `RootResource` was not previously unit tested.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ewencp/kafka
expose-kafka-cluster-id-in-connect-api
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4314.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 #4314
----
commit b6574388cade08777b247133cae48d61376b8800
Author: Ewen Cheslack-Postava <[email protected]>
Date: 2017-12-11T23:12:51Z
KAFKA-6331: Expose Kafka cluster ID in Connect REST API (KIP-238)
----
---