neric patterns (like TOPIC-PARTITION).
Any help would be appreciated.
Sébastien Rebecchi
Received exception when fetching the next record from TOPIC-PARTITION. If
needed, please seek past the record to continue consumption.
org.apache.kafka.common.KafkaException: Received exception when fetching
the
Hello
Confirmed. Partition is the minimal granularity level, so having more
consumers than the number of partitions of a topic for a same consumer
group is useless, having P partitions means maximum parallelism is reached
using P consumers.
Regards,
Sébastien.
Le jeu. 30 mai 2024 à 14:43, Yeike
Hello,
If I have a consumer group with more members than the number of partition
of a topic, adding a consumer to the group will still trigger a rebalancing
of partitions to the group?
Imagine the partitions are already perfectly balanced, ie each consumer has
1 partition. Then reblancing won't b