Re: Write Synchronization Mode per client

2018-12-26 Thread rom_we
Hi Andrei, Thanks for the response. I'm trying to understand how can i use ignite as a *global cross applications* cache for our system entities. This cache could be used by different parties with different needs. Some care more about data consistency and some requires low latency. I just wanted

Write Synchronization Mode per client

2018-12-25 Thread rom_we
I understood that cache write synchronization mode is defined per cache. Is there an option to override it *per each client* (according to the client needs) ? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Disable remote cache creation from clients

2018-12-06 Thread rom_we
Hello! I'm creating shared cache cluster (governance by infrastructure team) that will be used by different application teams in the organization. I would like to prevent from clients to create remote caches (caches should be predefined prior to client use) and only allow them put/get operations

Near cache synchronization

2018-12-04 Thread rom_we
Hello, I'm exploring ignite as a distributed in memory cache. The cache configuration contains a dedicated with ignite server nodes (partitioned) and application bootstrapping as a client with near cache. I would like to better understand the implications of running ignite near cache in my