GitHub user ewencp opened a pull request:
https://github.com/apache/kafka/pull/512
KAFKA-2807: Fix Kafka Connect packaging and move VerifiableSource/Sink into
runtime jar.
Gradle does not handle subprojects with the same name (top-level tools vs
connect/tools) properly, making the dependency impossible to express
correctly
since we need to move the ThroughputThrottler class into the top level tools
project. Moving the current set of tools into the runtime jar works fine
since
they are only used for system tests at the moment.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ewencp/kafka kafka-2807-redux
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/512.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 #512
----
commit 7632c27cb5583d285aa66a9d2bf0510139666b41
Author: Ewen Cheslack-Postava <[email protected]>
Date: 2015-11-12T18:25:33Z
KAFKA-2807: Fix Kafka Connect packaging and move VerifiableSource/Sink into
runtime jar.
Gradle does not handle subprojects with the same name (top-level tools vs
connect/tools) properly, making the dependency impossible to express
correctly
since we need to move the ThroughputThrottler class into the top level tools
project. Moving the current set of tools into the runtime jar works fine
since
they are only used for system tests at the moment.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---