GitHub user ewencp opened a pull request:
https://github.com/apache/kafka/pull/150
KAFKA-2377: Add basic system test for copycat using source and sink file
connectors.
Tests standalone mode by running separate source and sink connectors,
catting
data into the source file, and validating the output in the sink file.
Restarts
the service to verify that clean restarts will result in tasks resuming
where
they left off.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ewencp/kafka kafka-2377-copycat-system-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/150.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 #150
----
commit 10f6c17963b585c8430c491f836f13c09c00a5ec
Author: Ewen Cheslack-Postava <[email protected]>
Date: 2015-08-14T21:08:13Z
KAFKA-2377: Add basic system test for copycat using source and sink file
connectors.
Tests standalone mode by running separate source and sink connectors,
catting
data into the source file, and validating the output in the sink file.
Restarts
the service to verify that clean restarts will result in tasks resuming
where
they left off.
----
---
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.
---