4 Replies Latest reply on Aug 10, 2018 2:46 AM by omverma22

    Infinispan required all the pojo classes to implement Serializable.

    omverma22

      Dear All,

                         I am new to Infinispan and implementing the same in Distributed mode. Before we were using Caffeine cache, that does not support Distributed and replicated cache. We have deployed our servers into multiple aws instances, all those should have updated key value in cache. Now trying to implement Infinispan, but it requires all the classes to implement serializable. Even the third party objects are also required to implement serializable. Any other way to achieve it ?

       

       

      Thanks,

      Om