You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "junxiaw (via GitHub)" <gi...@apache.org> on 2023/05/05 02:30:26 UTC

[GitHub] [rocketmq-connect] junxiaw opened a new issue, #491: rocketmq-replicator API non mandatory parameters does not pass

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

   This is my API request:
   curl -X POST -H "Content-Type: application/json" http://127.0.0.1:8082/connectors/test002 -d '{
       "connector.class": "org.apache.rocketmq.replicator.ReplicatorSourceConnector",
       "src.endpoint": "127.0.0.1:9876",
       "src.cluster": "DefaultCluster",
       "dest.acl.enable": "false",
       "dest.topic": "test-002",
       "max.task": "2",
       "src.topictags": "test-002,*",
       "src.acl.enable": "false",
       "dest.endpoint": "192.168.90.22:9876",
       "dest.cluster": "DefaultCluster",
   }'
   
   
   API response:
   {"errorCode":500,"message":"Replicator connector org.apache.rocketmq.replicator.ReplicatorSourceConnector do not set dest.cloud"}
   
   
   According to README.md  rocketmq-replicator参数说明,“dest.cloud” Not mandatory
   https://github.com/apache/rocketmq-connect/tree/master/connectors/rocketmq-replicator
   
   


-- 
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: commits-unsubscribe@rocketmq.apache.org.apache.org

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