Data modification event / callback

Is there any way in aerospike for listening to data modification event for particular key?

I have use case where one client modifies data for the key but another client is not aware about change unless it queries it.

Is there any way i can register for call back event for data modification?

Server pushed notifications? not yet… But you could use Kafka in conjunction with Aerospike. Your client pushes to Kafka, Aerospike and all your other clients subscribe to Kafka. See https://www.aerospike.com/docs/connectors/kafka/index.html

Thanks for reply, yes i can use JMS for event notifications. any idea on plan to add this feature? seems almost all cache solutions generally provide some kind of lightweight event notification solutions.

Perhaps add this in feature request section of the forum and those in the know may reply.