Reputation: 4266
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?
Upvotes: 0
Views: 1049
Reputation: 117
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.
Upvotes: 1