You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/07/20 08:16:29 UTC

[GitHub] [rocketmq-connect] wongearl opened a new issue, #204: stop 和 delete api的一些问题

wongearl opened a new issue, #204:
URL: https://github.com/apache/rocketmq-connect/issues/204

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   1. 掉用接口创建connector, http://xxxxxx/connectors/replicator-test-2?config={"connector-class":"org.apache.rocketmq.replicator.RmqSourceReplicator","source-rocketmq":"10.10.35.151:30891","target-rocketmq":"10.10.35.151:30891","replicator-store-topic":"replicator-store-topic","task-divide-strategy":"0","white-list":"testtopic","task-parallelism":"2","source-record-converter":"org.apache.rocketmq.connect.runtime.converter.JsonConverter","target-cluster":"DefaultCluster","source-cluster":"DefaultCluster","connect-topicname":"","topic.rename.format": "rename-${topic}"}
   
   2. 调用接口http://xxxxx/connectors/replicator-test-2/stop ,停止connector
   3. 调用接口http://xxxxxxxx/getConfigInfo ,查看找不到connector,stop是删除connector?
   4.  调用接口 http://xxxxxxxxxx/connectors/replicator-test-2/delete , not found,接口未实现?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-connect] wongearl commented on issue #204: stop 和 delete api的一些问题

Posted by GitBox <gi...@apache.org>.
wongearl commented on issue #204:
URL: https://github.com/apache/rocketmq-connect/issues/204#issuecomment-1190086254

   @sunxiaojian 好的,谢谢


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-connect] wongearl closed issue #204: stop 和 delete api的一些问题

Posted by GitBox <gi...@apache.org>.
wongearl closed issue #204: stop 和 delete api的一些问题
URL: https://github.com/apache/rocketmq-connect/issues/204


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-connect] sunxiaojian commented on issue #204: stop 和 delete api的一些问题

Posted by GitBox <gi...@apache.org>.
sunxiaojian commented on issue #204:
URL: https://github.com/apache/rocketmq-connect/issues/204#issuecomment-1190068706

   > **BUG REPORT**
   > 
   > 1. Please describe the issue you observed:
   > 
   > * What did you do (The steps to reproduce)?
   > 
   > 1. 掉用接口创建connector, [http://xxxxxx/connectors/replicator-test-2?config={"connector-class":"org.apache.rocketmq.replicator.RmqSourceReplicator","source-rocketmq":"10.10.35.151:30891","target-rocketmq":"10.10.35.151:30891","replicator-store-topic":"replicator-store-topic","task-divide-strategy":"0","white-list":"testtopic","task-parallelism":"2","source-record-converter":"org.apache.rocketmq.connect.runtime.converter.JsonConverter","target-cluster":"DefaultCluster","source-cluster":"DefaultCluster","connect-topicname":"","topic.rename.format](http://xxxxxx/connectors/replicator-test-2?config=%7B%22connector-class%22:%22org.apache.rocketmq.replicator.RmqSourceReplicator%22,%22source-rocketmq%22:%2210.10.35.151:30891%22,%22target-rocketmq%22:%2210.10.35.151:30891%22,%22replicator-store-topic%22:%22replicator-store-topic%22,%22task-divide-strategy%22:%220%22,%22white-list%22:%22testtopic%22,%22task-parallelism%22:%222%22,%22source-record-converter%22:%22org.apache.rocke
 tmq.connect.runtime.converter.JsonConverter%22,%22target-cluster%22:%22DefaultCluster%22,%22source-cluster%22:%22DefaultCluster%22,%22connect-topicname%22:%22%22,%22topic.rename.format)": "rename-${topic}"}
   > 2. 调用接口http://xxxxx/connectors/replicator-test-2/stop ,停止connector
   > 3. 调用接口http://xxxxxxxx/getConfigInfo ,查看找不到connector,stop是删除connector?
   > 4. 调用接口 http://xxxxxxxxxx/connectors/replicator-test-2/delete , not found,接口未实现?
   
   delete接口已经移除,目前stop就是停止和移除任务, 后续api还会做进一步升级;
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org