[ https://issues.apache.org/jira/browse/KAFKA-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15003359#comment-15003359 ]
ASF GitHub Bot commented on KAFKA-2826: --------------------------------------- GitHub user ewencp opened a pull request: https://github.com/apache/kafka/pull/522 KAFKA-2826: Make Kafka Connect ducktape services easier to extend. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ewencp/kafka kafka-2826-extensible-connect-services Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/522.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 #522 ---- commit 7712f6229f8c5cce7a3421a961a3f9c4bd303759 Author: Ewen Cheslack-Postava <m...@ewencp.org> Date: 2015-11-13T00:24:34Z KAFKA-2826: Make Kafka Connect ducktape services easier to extend. ---- > Make Kafka Connect ducktaep services easier to extend > ----------------------------------------------------- > > Key: KAFKA-2826 > URL: https://issues.apache.org/jira/browse/KAFKA-2826 > Project: Kafka > Issue Type: Bug > Components: copycat > Reporter: Ewen Cheslack-Postava > Assignee: Ewen Cheslack-Postava > Priority: Minor > Fix For: 0.9.1.0 > > > It's help when developing connectors to be able to reuse the system test > classes, but sometimes they'll need to be extended. At a minimum, being able > to extend the start commands will help provide at least a very simple hook to > adjust the behavior. -- This message was sent by Atlassian JIRA (v6.3.4#6332)