Search code examples
mongodbapache-kafkaapache-kafka-connectmongodb-kafka-connector

How to connect already setup kafka cluster to mongodb?


How can I connect kafka events to a mongodb sink?

The resources I found on the net using confluent they make a cluster for you and didn't find how to connect my already existing cluster


Solution

  • You need to install the Mongo Connector into the plugin.path of your connect properties file, then start Kafka Connect using one of the bin/connect- scripts in your Kafka installation