Re: IgniteRepository Custom Config

2018-08-07 Thread Ilya Kasnacheev
Hello! As per example, you can specify cache configuration when starting Ignite node, refer to that cache by name in Spring Data annotation: https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/springdata/PersonRepository.java

IgniteRepository Custom Config

2018-08-06 Thread Jack Lever
Hi All, Can any tell me if there's a way to change the atomicity mode from ATOMIC to TRANSACTIONAL and set the cache mode to REPLICATED for a cache created with the @IgniteRepository annotation? Or otherwise generally configure a cache started with the IgnRepo annotation? Thanks, Jack.