Multi-tenant message processing requires careful workload distribution strategies. Two main approaches exist: horizontal scaling through physical sharding (better isolation, higher cost) and vertical scaling through partitioning within containers (cheaper, easier management, potential noisy neighbor issues). Dynamic
Table of contents
Distributing the workload dynamically between processorsWhat options do we have for such a multi-tenant setup?Sort: