简体   繁体   中英

Use Kafka connect with AWS documentDB

I'm trying to use AWS DocumentDB as a sink for storing data received from Kafka and was wondering if the MongoDB Kafka connector works with DocumentDB as its documentation mentions that it is compatible with MongoDB drivers.

https://www.mongodb.com/docs/kafka-connector/current/

https://aws.amazon.com/documentdb/

If not this connector what is the alternate way other than building a custom kafka connect?

You can use MongoDB Kafka connector with DocumentDB for source as well Sink. Kafka Connector worker(with Mongodb Kafka connector) can be run in distributed mode using containers as well as EC2 hosts.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM