Forums

Full Version: What is consumer group and consumer?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.