Part 6 - Kafka Consumer

This section describes the Kafka Consumer and its internals. For implementation, please visit the github.

Three Major Required Properties

Here is the full list of consumer configs.

What subscription does?

Consumer Coordinator

Offset

Offset Management

Consumer Group

Group Coordinator

Kafka Consumer Internals

Some useful configuration

Some useful consumer control

Series