Tag: jms

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 →
Introduction to kafka
By: Date: October 19, 2020 Categories: Messaging Tags: , , , , , ,

Messaging as a integration paradigm Messaging has been one of the most important aspect of integration between software components from beginning. My first hand experience with messaging was with RabbitMQ, Weblogic JMS etc to name some. Lets look at a scenario where you’d need a messaging integration. Let us talk about Autonomous/Smart cars as I…

Read More →