[
https://issues.apache.org/jira/browse/KAFKA-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15148095#comment-15148095
]
ASF GitHub Bot commented on KAFKA-3093:
---------------------------------------
GitHub user hachikuji opened a pull request:
https://github.com/apache/kafka/pull/920
KAFKA-3093 [WIP]: Add status tracking API
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hachikuji/kafka KAFKA-3093
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/920.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 #920
----
commit 9cf01b36020816d034af539b6e91109a073c3c4c
Author: Jason Gustafson <[email protected]>
Date: 2016-02-10T23:25:25Z
KAFKA-3093 [WIP]: Add status tracking API
----
> Keep track of connector and task status info, expose it via the REST API
> ------------------------------------------------------------------------
>
> Key: KAFKA-3093
> URL: https://issues.apache.org/jira/browse/KAFKA-3093
> Project: Kafka
> Issue Type: Improvement
> Components: copycat
> Reporter: jin xing
> Assignee: Jason Gustafson
>
> Relate to KAFKA-3054;
> We should keep track of the status of connector and task during their
> startup, execution, and handle exceptions thrown by connector and task;
> Users should be able to fetch these informations by REST API and send some
> necessary commands(reconfiguring, restarting, pausing, unpausing) to
> connectors and tasks by REST API;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)