Hi, all. There are two problems when we use kafka about partitions assigned to consumers.
Problem 1: Partitions will be reassigned to consumers when consumer online or offline, then the messages latency become higher. Problem 2: If we have two partitions, only two consumers can consume messages。How let more consumers to consume, but expand partitions. Thanks!