Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rocketmq-connect] Support WorkerDirectTask #824

Closed
Git-Yang opened this issue Oct 9, 2021 · 1 comment
Closed

[rocketmq-connect] Support WorkerDirectTask #824

Git-Yang opened this issue Oct 9, 2021 · 1 comment

Comments

@Git-Yang
Copy link
Member

Git-Yang commented Oct 9, 2021

  1. Please describe the feature you are requesting.
  • [rocketmq-connect] For replicator design ideas, seek advice. #686
    • 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.
  1. Provide any additional detail on your proposed use case for this feature.
  • Verifying...
  1. 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
@odbozhou
Copy link
Contributor

merged

duhenglucky added a commit that referenced this issue Dec 5, 2021
* 'master' of github.com:apache/rocketmq-externals:
  [ISSUE #821] Support auto create subGroup (#828)
  [rocketmq-replicator] Support subGroup whitelist (#843)
  [rocketmq-replicator] Fix topic build route logic (#834)
  [rocketmq-replicator] Bug fix: Missing subscription group when syncing offset (#837)
  [ISSUE #824] Add WorkerDirectTask (#825)
  [rocketmq-replicator] Support ACL (#832)
  [rocketmq-connect] support acl
  [ISSUE #822] Update .travis.yml (#823)
  [rocketmq-connect] fix checkstyle (#818)
  Update README.md
  Remove it
odbozhou pushed a commit that referenced this issue Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants