Will the messages filtered by tags on the consumer side be marked as consumed? | 在consumer端被tag过滤掉的消息会被标记已消费吗? #6878
Unanswered
leopardrota
asked this question in
Q&A
Replies: 1 comment
-
如果是tag订阅,会在服务端过滤。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The message filtering based on tags in RocketMQ is performed twice, first by the broker and then by the consumer. I would like to ask if RocketMQ marks the messages filtered out at the consumer end as consumed. If it does not mark them, how does it achieve this, given that the messages have already been sent to the consumer end?
RocketMQ根据tag的消息过滤是在broker和consumer先后过滤了一遍。我想问,在consumer端被过滤掉的消息,RocketMQ是否标记该消息已被消费?如果不标记,是怎么做到的,毕竟消息都已经发到consumer端?
Beta Was this translation helpful? Give feedback.
All reactions