[
https://issues.apache.org/jira/browse/KAFKA-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15198711#comment-15198711
]
ASF GitHub Bot commented on KAFKA-2370:
---------------------------------------
GitHub user hachikuji opened a pull request:
https://github.com/apache/kafka/pull/1087
KAFKA-2370: kafka connect pause/resume API
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hachikuji/kafka KAFKA-2370
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1087.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 #1087
----
commit a439a335eb15e74e7b11ff4eb03ea103ad883f31
Author: Jason Gustafson <[email protected]>
Date: 2016-03-15T23:10:44Z
KAFKA-2370: kafka connect pause/resume API
----
> Add pause/unpause connector support
> -----------------------------------
>
> Key: KAFKA-2370
> URL: https://issues.apache.org/jira/browse/KAFKA-2370
> Project: Kafka
> Issue Type: Sub-task
> Components: copycat
> Reporter: Ewen Cheslack-Postava
> Assignee: Jason Gustafson
> Priority: Blocker
> Fix For: 0.10.0.0
>
>
> It will sometimes be useful to pause/unpause connectors. For example, if you
> know planned maintenance will occur on the source/destination system, it
> would make sense to pause and then resume (but not delete and then restore),
> a connector.
> This likely requires support in all Coordinator implementations
> (standalone/distributed) to trigger the events.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)