Hi all, I am trying to figure out how to do this with Ignite Cache:
I have ignite cache installed on several application servers. Those application servers may need the same data from time to time. Here is my scenario: After server A gets some data, it saves the data to the cache which is local to A. When B needs the same data, B can get data from A. The issue with Ignite affinity function is that when A tries to save the data, the data's partition may be on a different server. That makes It really inefficient. Is there a way to save the data locally and share it clusterwise? Thanks. Libo
