Thin client and Ignite Repository

2019-01-18 Thread nitin dharrao
https://apacheignite.readme.io/v2.7/docs/java-thin-client I followed the above link to connect to remote Apache Ignite server Node. However, am receiving the following error. The simple reason for this error is it needs to execute config file that has @EnableIgniteRepositories. However, my

Re: Ignite in GCP cloud

2019-01-18 Thread nitin dharrao
Thank you Mikhail. How the following configuration would look like in Kubernetes cluster? ClientConfiguration cfg = new ClientConfiguration().setAddresses("127.0.0.1:10800"); GCP Kube Cluster will have two PODs which are not public IPs. We can create Kubernetes Load Balancer to manage the

Difference Between Client and Server Ignite Configurations

2019-01-18 Thread nitin dharrao
Hello following is my Ignite Configuration for Client App. However the same configuration also exists for Server Apache Ignite Node except one line ( igniteConfiguration.setClientMode(true);)... Is this correct? My idea is to create an instance running on GCP kubernetes and my Business App which

Ignite in GCP cloud

2019-01-17 Thread nitin dharrao
Hi I am new to Apache Ignite. Need some guidance so that I can proceed with the right approach. We want to use Ignite Data Grid (memory cache) and want to deploy Apache Ignite in Google Cloud Platform within Kubernetes setting. 1. We are not allowed to access the image hosted on the public