Loading
Introduction Kafka is a distributed streaming platform. Kafka brokers have topics, and Producers produce events on to the topics, and consumers consume. Topics have partitions and can be scaled across multiple nodes. Consumers form consumer groups, and consume messages from
To give some background, Kafka topics are feeds where in messages are produced to and consumed from clients. It is crucial to define some naming conventions in the initial phases of the project, for proper Governance on the topics. Topics
Kafka topics are entities in the kafka broker where data is produced and consumed by different applications. Data can be any trivial information or sensitive. It can be in various formats like Avro, Json, Xml, free text or any other