Async Notification Events
Hi All,
Do couchbase servers support asynchronous notification events on the data stored?
Do clients gets notified when data gets modified?
If yes then please let me know. Any pointers will be really helpful!!
Thanks,
Rawat
Hi mikew,
Thanks for the reply.
We are trying to achieve asynchronous notifications on the data that will stored in CoucheBase servers. Consider below use case
Two client nodes and two server nodes ( nodes can be more ).
Application from any client node stores complex C Structure data in CoucheBase server. Assuming there is some register mechanism, clients register for notifications.
The data can be modified,updated,deleted by any client node.
So, when any client node does operation on that stored data, we want all the registered clients be notified of that change. It will also be desirable to get what data has been changed.
Hope the use case is clear!!
Thanks,
Rawat
You can use tap streams to stream all key mutations out of a cluster, but there is no support pub-sub support. Can you tell me what you are trying to do and I can recommend the best solution.