I got problem when using message queue like kafka, rabbitmq, redis
I want to group message into multi group by tenant ID, cause each message in queue/topic belong to difference tenant, each tenant have limit number message thought put per second.
If i separate multi queue, it too many queue exits on system.
How can i group message in multi queue/topic, and get bundle message.
Thanks.