Replies: 1 comment 2 replies
-
可以尝试发送消息的时候增加tags,消费者消费的时候对tags进行过滤,这样消费者就可以选择性的消费消息。应该能满足你的需求 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
比如指定topic pattern为*proxy,订阅所有名称以proxy结尾的topic的消息。Apache Pulsar有这样的功能,不知道Rocketmq是否有此功能,或者通过其他方式实现?
Beta Was this translation helpful? Give feedback.
All reactions