Kafka Part 1
Apache Kafka Kafka is not just a pub-sub system. It’s an event streaming platform . It Collects, stores, and processes events in real time. Kafka Supports: Distributed Logging, Pub-Sub Messaging’ Stream Processing (via Kafka Streams, ksqlDB) Kafka helps build event-driven architectures, where systems react to changes as they occur, not via polling or batch jobs. Kafka tools: Kafka Connect, Kafka Streams, Schema […]