dmq-rebalance-modular-assignment

Status: IN

Consumer group rebalancing uses simple modular assignment: partition `p` goes to `consumers[p % len(consumers)]`, producing deterministic assignments for the same consumer list.

Source: entries/2026/06/05/distributed-message-queue-solution.md

Depended on by

JSON