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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to