setup:
Issues
I'm monitoring which partitions get assigned to which consumer/pod and I see some big issues when I play with the number of pods (deleting/recreating 1 pod or all pods at the same time)
For 5 minutes in a row, it happens sometimes that not all partitions get assigned, and then they are all assigned and well balanced. I don't understand why the rebalance doesn't happen earlier since the session length is 45 seconds
sometimes ALL partitions get assigned to 1 consumer. Looking at logs it says that partitions get assigned to consumer 1 and consumer 2 (and nothing "revoked"), but really when testing all partitions are consumed by only 1 consumer
Any idea what can be wrong about the configuration? I'm trying to keep it as close possible to the default. Any help greatly appreciated
I believe this is related to this issue: https://issues.apache.org/jira/browse/KAFKA-14639