1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 08:35:42 +02:00

fix: broken link (#8254)

This commit is contained in:
Jawher Kl
2025-03-11 21:43:46 +01:00
committed by GitHub
parent c9f450e166
commit faf43f7905

View File

@@ -25,7 +25,7 @@ The MongoDB Sink Connector enables the transfer of data from a Kafka topic to Mo
To get started with MongoDB Kafka connectors, you can follow these steps:
- Download and install [Apache Kafka](https://kafka.apache.org/downloads) and [MongoDB Kafka Connector](https://www.confluent.io/hub/mongodb/mongo-kafka-connect).
- Download and install [Apache Kafka](https://kafka.apache.org/downloads) and [MongoDB Kafka Connector](https://www.confluent.io/hub/mongodb/kafka-connect-mongodb).
- Configure your source/sink connector properties.
- Start the Kafka connect runtime with the MongoDB connector.
- Verify that your data is being transferred between Kafka and MongoDB as per your requirement.