The Kafka Consumer API
Learn how to receive messages from Kafka using the Consumer API.
Introduction to Kafka consumers
Kafka consumers are responsible for reading data from one or more Kafka topics and processing it in some way. The process of consuming data from Kafka can be broken down into several distinct steps:
Subscribing to topics
Polling for messages
Processing messages
Committing offsets
Get hands-on with 1400+ tech skills courses.