GitHub user humkum edited a discussion: 【LMQ & Multi-tags】Can we use LMQ to support multi-tags?
As we know, one RocketMQ message doesn't support to set multi tags. We found that using LMQ to generate consume indexes for one message can satisfy this requirement, like follows:  But we can easy find that there are so much disadvantage of this scheme. If we had two dimension of tags with m, n types, we need `m*n + m + n` LMQs to cover all situation. So there are some questions: 1. Does your company have this need? And what's the resolution you provide? 2. Is there any case using LMQs to support 'multi-tags'? GitHub link: https://github.com/apache/rocketmq/discussions/6922 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org