1 Reply Latest reply on Oct 8, 2019 3:56 AM by anistor

    How to persist __protobuf_metadata cache ?

    jbtrystram

      Hi,

       

      In order to query values in a cache we upload the protobuf scheme (built from annotated classes) to the infinispan server and that works nicely. However, if the infnispan server is restarted the __protobuf_metadata cache is wiped, and we need to restart our application to have it reuploaded.

      Is there a way to persist this cache? I tried to add a section to the xml configuration file but the cache already exist when the config file is applied..

       

      Thanks,