GitHub user fuyou001 added a comment to the discussion: Will the messages filtered by tags on the consumer side be marked as consumed? | 在consumer端被tag过滤掉的消息会被标记已消费吗?
如果是tag订阅,会在服务端过滤。 判断有没有消费,就是根据消息的位点,如果同一个订阅者同一个queue,如果消息被tag过滤了,正好这个被过滤的后面一条消息被消费,那sdk会提交当前的消息位点。(包括了被tag过滤的 消息,以及tag之后的一条消息的位点) GitHub link: https://github.com/apache/rocketmq/discussions/6878#discussioncomment-6147169 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org