Draft For Kafka
August, 2022Apache Kafka is a distributed streaming system that can publish and subscribe to a stream of records. In another aspect, it is an enterprise messaging system. It is a highly fast, horizontally scalable, and fault-tolerant system.Ā Kafka has 4 core APIs 1. Producer APIĀ Allows clients to connect to Kafka servers running in the cluster and publish the stream of records to one or more Kafka topicsĀ 2. Consumer APIĀ
Read More