5 Replies Latest reply on Feb 27, 2018 6:20 AM by galder.zamarreno

    Infinispan cache health check from HotRod client

    purushos

      Hi,

       

      We use Infinispan v8.2.6 in our application. We access the cache using HotRod client library. We are adding some health checks in our application to monitor cache accessibility using HotRod. Do we have any health API's in the HotRod client library (or) do we have to perform a cache get / put operation to check health?

       

      We saw that RemoteCacheManager has a isStarted() method. Can this be used to determine health?