zhuozl opened a new issue #807:
URL: https://github.com/apache/rocketmq-externals/issues/807


   问题1:   
             connect.conf 配置为目的 namesrvAddr地址.消息复制成功 ,不过会丢失 tag,key 字段
   
   问题2: 
   请求地址如下, 不需要创建 replicator-store-topic,效果一样
   http://127.0.0.1:8081/connectors/rcz
    ?config={
    "connector-class":"org.apache.rocketmq.replicator.RmqSourceReplicator",
    "source-rocketmq":"192.168.254.131:9876",
    "target-rocketmq":"192.168.254.132:9876",
    "replicator-store-topic":"replicatorTopic",
    "task-divide-strategy":"0",
    "white-list":"fileTopic",
    "target-cluster":"DefaultCluster",
    "source-cluster":"DefaultCluster",
    "task-parallelism":"1",
    
"source-record-converter":"org.apache.rocketmq.connect.runtime.converter.RocketMQConverter"
    }
   


-- 
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