2 Replies Latest reply on Sep 1, 2016 9:01 AM by atedesco

    Listen to infinispan cache data when remotely connecting to server on .Net?

    richardbinbin

      Hi,

       

      I'm currently trying to use Infinispan as the buffer database for a project. I need to not only remotely add key-value points to the cache database, but listen to any data change happened there. I found that currently only the JAVA version of Hot Rod Client supports the listener feature, which supports subscribing to both ClientCacheEntryCreatedEvent and ClientCacheEntryModifiedEvent. Would such kind of feature be added to c++/c# version of Hot Rod Client later? Is there any easy way that I could create my own listener on Hot Rod Client in C#? Thank you very much.

       

      regards