odbozhou commented on issue #686:
URL: 
https://github.com/apache/rocketmq-externals/issues/686#issuecomment-903399125


   > After reading the code of rocketmq connect module, I have some questions 
to ask for advice.
   > 
   > 1.The current usage of rocketmq-connect is that transferred to the middle 
tier by sourceTask, and then transferred to the target cluster by sinkTask. For 
rocketmq type data sources, can they be directly synchronized to the target 
cluster?
   > 
   > 2.As for RocketMQConverter, I understand whether it is a special 
processing for rocketmq, which should not be implemented in rocketmq-connect or 
implemented in RocketMQConverter. Do you have any opinions on this part of the 
community?
   > 
![image](https://user-images.githubusercontent.com/30995057/109784581-2bd70980-7c46-11eb-8ed2-842cdc192a43.png)
   > 
   > 3.I plan to implement the WorkerDirctTask of direct forwarding by 
encapsulating WokerSourceTask and WokerSinkTask. Is this method in line with 
the community development plan?
   1. Your understanding is correct.
   2. RocketMQConverter is the direct support of rocketmq source and target, 
and one less data transfer.
    
![image](https://user-images.githubusercontent.com/14222167/130382433-87280e6c-1087-4e4e-a172-959b192feb04.png)
   
   3. Of course what you said is also achievable to provide sink and source
   
   


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