sunxiaojian commented on issue #189:
URL: 
https://github.com/apache/rocketmq-connect/issues/189#issuecomment-1188940846

   > 你好大神,@sunxiaojian 觉得问题是出在哪?启动配置的话,就是配置了一个单独的rocketmq给runtime用。
   
   已跑通,我先修复个问题,你再试一下,下面是我的配置
   {
       "connector-class":"org.apache.rocketmq.replicator.RmqSourceReplicator",
       "source-rocketmq":"localhost:9876",
       "target-rocketmq":"localhost:9876",
       "connect-topicname":"test-topic",
       "replicator-store-topic":"replicatorTopic",
       "taskDivideStrategy":"0",
       "white-list":"connect-topicname-jdbc-02",
       "target-cluster":"DefaultCluster",
       "source-cluster":"DefaultCluster",
       "topic.rename.format": "rename-${topic}",
       "task-parallelism":"2",
       
"source-record-converter":"org.apache.rocketmq.connect.runtime.converter.record.json.JsonConverter"
   }


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