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:
![image](https://github.com/apache/rocketmq/assets/50660789/8c21f375-2055-48e9-b1f0-5dd8e4237c57)
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 solution 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

Reply via email to