Apache Kafka Fundamentals

Before we understand Kafka, lets discuss messaging system. A messaging system allows two applications to communicate withe each other so that dat transfer can be done.Suppose we can have a one to one messaging system between two applications but when number of applications gets increased this direct communication between each application becomes complex to maintain.Therefore … Read more