12-26-2022, 04:05 AM
Each component is called as Consumer Group.
Instances of each component is called as Consumer.
While considering partitions and consumer we must know that
Partitions >= Consumer
ie. Each partition can be sent to only one consumer of each consumer group.
Consumer can consume data from two different partiotions.
Instances of each component is called as Consumer.
While considering partitions and consumer we must know that
Partitions >= Consumer
ie. Each partition can be sent to only one consumer of each consumer group.
Consumer can consume data from two different partiotions.