Couchbase monitoring in IBM integration bus

Hi all,
Can anyone explain me that how to enable couchbase monitoring for individual hosts in IBM integration bus ? It will be helpful for me.
Thanks.

Hey @zaidmd , welcome to the forums!

Couchbase does not have direct support for IBM Integration Bus. What I’m gathering from your question by “monitoring”, you mean you want to receive some subset of changed documents there for processing, is that correct?

Since Couchbase can be a Kafka source, that’d be one route. Receive the data via Kafka, and integrate that with the IBM Integration Bus. That can be done with HA/reliable recovery. The other option would be something like Apache Spark using the streaming interface with our Spark Connector.