0

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Mohsen
  • 4,000
  • 8
  • 42
  • 73

1 Answers1

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