-
Notifications
You must be signed in to change notification settings - Fork 0
005. Kafka Theory. Consumers & Consumer Groups
Rinat Zalyaletdinov edited this page Feb 1, 2019
·
1 revision
- Consumers read data from a topic (identified by name)
- Consumers know which broker to read from
- In case of broker failures, consumers know how to recover
- Data is read in order within each partitions
- Consumers read data in consumer groups
- Each consumer within a group reads from exclusive partitions
- If you have more consumers than partitions, some consumers will be inactive
- If you have more consumers than partitions, some consumers will be inactive