Tag: zookeeper

Kafka – Core Components
By: Date: August 11, 2021 Categories: Kafka,Messaging Tags: , , , ,

Record (Message) In a kafka message, Key is not a mandatory field, but is must for compaction and grouping. Value is where the actual content/payload goes. Following picture shows a kafka message structure: Producer In kafka ecosystem, Producer is the one responsible for producing and pushing messages to kafka topics. A Producer is responsible for…

Read More →