You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/10/09 08:47:52 UTC

[GitHub] [rocketmq-externals] Git-Yang opened a new issue #824: [rocketmq-connect] Support WorkerDirectTask

Git-Yang opened a new issue #824:
URL: https://github.com/apache/rocketmq-externals/issues/824


   1. Please describe the feature you are requesting.
       The current architecture design is to first store data in Rocketmq through SourceTask, then read it from Rocketmq through SinkTask, and then forward it. Due to the intermediate storage, the performance of the whole process is low.
       SourceTask and SinkTask are encapsulated by DirectTask. After SourceTask reads the message, it is directly forwarded through SinkTask, reducing intermediate storage procedures and improving service performance.
   
   2. Provide any additional detail on your proposed use case for this feature.
   - Verifying...
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   - nice-to-have


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

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



[GitHub] [rocketmq-externals] odbozhou commented on issue #824: [rocketmq-connect] Support WorkerDirectTask

Posted by GitBox <gi...@apache.org>.
odbozhou commented on issue #824:
URL: https://github.com/apache/rocketmq-externals/issues/824#issuecomment-951591557


   merged


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

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



[GitHub] [rocketmq-externals] odbozhou closed issue #824: [rocketmq-connect] Support WorkerDirectTask

Posted by GitBox <gi...@apache.org>.
odbozhou closed issue #824:
URL: https://github.com/apache/rocketmq-externals/issues/824


   


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

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