Re: how to configure apache ignite as cache api and as spring cache provider

2018-09-13 Thread mshah
Hi, So the issue here is in order to use Ignite as key-value Cache API along with Spring Repository we have to let the spring application context initialize fully and then need to start ignite instance passing the application context. In order to use Ignite as Spring Cache provider the SpringCach

Re: how to configure apache ignite as cache api and as spring cache provider

2018-09-13 Thread mshah
Hi Val, Thank you for the response. I got the options you mentioned. I have still one more clarification required. I have configured Custom Cache Store which internally uses Spring Repository. Please check below code. public class PercentageModelStore extends CacheStoreAdapter {

Ignite Visor cache not active

2018-09-13 Thread mshah
Hi, What is the correct way to start visor for the ingnite instance started from spring boot application. I started the ignite node from the spring boot application as below ApplicationContext context= SpringApplication.run(Application.class, args); Ignite ignite=Ig

Re: how to configure apache ignite as cache api and as spring cache provider

2018-09-13 Thread mshah
Hi, Thank you for the response. I tried the following configuration as you mentioned http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:cache="http://www.springframework.org/schema/cache"; xsi:schemaLocation="http://ww

how to configure apache ignite as cache api and as spring cache provider

2018-09-12 Thread mshah
I want to use ignite as cache api as well as spring cache provider. I am running following configuration in ignite-config.xml file as below http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:cache="http://www.springframework.org/schema/