[
https://issues.apache.org/jira/browse/KAFKA-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15157535#comment-15157535
]
ASF GitHub Bot commented on KAFKA-3093:
---------------------------------------
GitHub user hachikuji reopened a pull request:
https://github.com/apache/kafka/pull/920
KAFKA-3093: Add Connect 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
commit ccf93d8ca32d63ded27866d50a8dd5f5576e8d01
Author: Jason Gustafson <[email protected]>
Date: 2016-02-16T21:06:27Z
additional cleanup and testing
commit 3e8a938fb907dc7683d827db23dce1cd8f44c310
Author: Jason Gustafson <[email protected]>
Date: 2016-02-16T21:08:16Z
remove unneeded test
commit 3ba67c37c42063f14957eccf38b90d3fc8d167c1
Author: Jason Gustafson <[email protected]>
Date: 2016-02-16T22:10:00Z
improve docs and cancel method to WorkerTask
commit 05d8dc81e1d61eaef590fb81cad26106f4e8a85e
Author: Jason Gustafson <[email protected]>
Date: 2016-02-17T03:36:36Z
testing/fixes
commit f7a81fe5e96f2a1ba420c060595152738eb6054f
Author: Jason Gustafson <[email protected]>
Date: 2016-02-17T18:05:54Z
add more testing
commit 8e9047422ae63c8aece23343f7920055ff10a056
Author: Jason Gustafson <[email protected]>
Date: 2016-02-17T18:49:47Z
fix checkstyle error
commit e3cdc47a070271dbe49424943852680174a48e91
Author: Jason Gustafson <[email protected]>
Date: 2016-02-19T23:51:22Z
make Herder get connector/task status API synchronous
commit 781a4f9378dd24c1ab963ed3c9179e4a261aa255
Author: Jason Gustafson <[email protected]>
Date: 2016-02-19T23:53:21Z
remove unused lifecycle listener in WorkerTask
commit d9849c7f65f2b7a4b2d45c9cb3454d2e5db0776d
Author: Jason Gustafson <[email protected]>
Date: 2016-02-20T00:07:59Z
batch stopping/awaiting tasks in herders
commit 62dda0f2d5a6a049fc8b33de505e4e20af58560c
Author: Jason Gustafson <[email protected]>
Date: 2016-02-20T00:10:30Z
workerId should be worker_id in status response
commit 624e355cb28d76a7cb0efc272f6d3b236329cd73
Author: Jason Gustafson <[email protected]>
Date: 2016-02-22T18:43:20Z
add retry and max in-flight requests config for KafkaBasedLog
----
> 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)