This content has been marked as final.
Show 2 replies
-
1. Re: Can we create remote cache from hotrod client from version 8.2 onward?
Tristan Tarrant Mar 14, 2016 8:58 AM (in response to Udit Mishra)Short answer: no.
Long answer: we do not plan to add administrative functionality to the Hot Rod protocol itself, but it is possible to use the server management protocol to do so. Our Remote JCache module implements the bare minimum to create a simple local cache (i.e. unclustered), but it is not a robust solution.
Look at infinispan/ServerManager.java at master · infinispan/infinispan · GitHub for an example of how to achieve this.
-
2. Re: Can we create remote cache from hotrod client from version 8.2 onward?
Udit Mishra Mar 14, 2016 9:22 AM (in response to Tristan Tarrant)Thanks for the clarification