Message Listener

Message Listener   Let’s see how we can consume message from Kafka Topic using Kafka connector Create project in Anypoint studio Drag and drop message listener operation from mule palette Configure the connector   Provide the bootstrap url and topic name fromwhere you want to consume the message   Configure the below parameters as required,…

Share this:
Read More

Produce Message

Produce Message   Let’s see how we can produce  or publish message to topic using kafka connector Create project in anypoint studio Drag and drop publish operation for apache kafka from mule palette(add the kafka module if not present on mule palette) configure the topic name   Configure Bootstrap server URLs on the connector configuration…

Share this:
Read More

Kafka Installation

Set up and Install Apache Kafka On Windows Prerequisites: Install Java Step 1: Download the kafka from https://kafka.apache.org/downloads Extract the downloaded file using 7 zip Step 2: Kafka uses zookeeper so you first need to start the ZooKeeper Server, zookeeper is packaged with kafka Run the below command to start zookeeper .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties Once the…

Share this:
Read More

Kafka Connector In Mule

Kafka Connector In Mule   Kafka connector helps you to interact with Apache Kafka Messaging system and provide seamless integration between mule application and apache messaging system Operation available: Commit: Commits the offsets associated to a message or batch of messages consumed in a Message Listener Consume: This operation is used to receive the message…

Share this:
Read More