Kafka - Introduction

Apache Kafka is a distributed publish-subscribe messaging system and it is widely used in enterprise applications in the industry.

Kafka can be handle high volume of real-time stream data to transfer from one application to another. Also, it can transform the data on the way the data moves among its components.

Apache Kafka can handle a trillion of messages/events occurring in a day.

Apache Kafka was initially developed by LinkedIn and later donated to Apache Software Foundation to resolve the real-time streaming data ingestion issues.

We will learn the Apache Kafka concepts, examples, and integration with the other systems.



Related Tutorials