I want to have all of the changes of a couchdb database
in kafka
at application run time as they arrive. Is there any reliable existing tool for that?
Asked
Active
Viewed 896 times
0
1 Answers
1
You may try to use Kafka Connect tool. Also, Confluent Platform provides long list of different connectors for Kafka Connect.
I'm not a CouchDB user, but you may choose one of applicable source connectors here or create your own Kafka CouchDB source connector.

Taras Sheremeta
- 117
- 1
- 1
- 8
-
Thank you, but I'm not using confluent. – Mohsen Jan 04 '18 at 14:58
-
So, [Kafka Connect](https://kafka.apache.org/documentation/#connect) is a part of Kafka. You can create your own connector. Confluent Platform is not required but is very helpful. – Taras Sheremeta Jan 04 '18 at 15:09