Apache Kafka is an open-source and distributed event stream processing system. It's basically an event streaming platform that can publish, subscribe to, store, and process a stream of records. In this tutorial, we'll learn how we can read data from the beginning of a Kafka topic using the Kafka Consumer API.
Sort: