Apache Kafka
Kafka is an open source distributed streaming platform which gives high-throughput, fault-tolerance and reduces latency.
It follows pub/sub system, where pub is to generate event and it send to topic and sub is to collect the events from the topic. I...
nithinmanupuri.hashnode.dev2 min read