consumer group
RU: consumer group
A named set of Kafka consumers that jointly consume a topic, with each partition assigned to exactly one member at a time. The group coordinator (a broker) tracks membership; when a member joins or leaves, it triggers a rebalance that redistributes partitions among active members. This model lets throughput scale horizontally while preserving per-partition order.