-
Notifications
You must be signed in to change notification settings - Fork 639
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
[ISSUE #4174]Support to subscribe message by tags when using RocketMQ storage plugin. #4175
base: master
Are you sure you want to change the base?
Conversation
any update? |
There are no more updates for now. |
PR description in Chinese [Title] 当使用RocketMQ storage插件时,支持按照标签订阅消息。Motivation当使用RocketMQ storage插件时,支持按照标签订阅消息(tcp)。 Modifications增加基于RocketMQ消息标签相关的api的接口,从而实现当用户使用RocketMQ storage插件时,可以按照标签订阅消息(tcp)。 |
@pandaapo please solve the conflicts. |
Conflicts fixed. |
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4175 +/- ##
============================================
- Coverage 17.62% 17.59% -0.03%
- Complexity 1784 1785 +1
============================================
Files 805 807 +2
Lines 29924 29985 +61
Branches 2580 2584 +4
============================================
+ Hits 5273 5276 +3
- Misses 24169 24227 +58
Partials 482 482 ☔ View full report in Codecov by Sentry. |
It seems that this PR could have been merged. |
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
Fixes #4174.
Motivation
Support to subscribe tcp message by tags when using RocketMQ storage plugin.
Modifications
Add api based on RocketMQ message tag related api to implement subscribing tcp message by tags when using RocketMQ storage plugin.
Documentation