Let's suppose a topic has three partitions and two consumer groups listening.
The offset maintained by Kafka in each partition is associated with the consumer group? Or with the individual consumer polling from that partition in each consumer group respectively? I am trying to understand the system behavior when listeners crash, but in order to formulate more questions I need to double-check that before.