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