Kafka is a distributed, partitioned, replicated commit log service. It provides the functionality of a messaging system, but with a unique design. Basic Terminologies · A stream of messages of a particular type is defined as a topic. A Message is defined as a payload of bytes and a Topic is a category or feed ...read more