Hi there Amit,

At this stage the only way you could load all data at one go is to write a client to connect to the db and load all in. Another approach could be to write the same code into a function and invoke the function at start up. But in both cases both are manual.

To have geode servers join a cluster, you have 2 ways.

1. Connecting them up via a locator
2. Connecting them up via mcast.

Please be aware the once you connect a server to a cluster, that server becomes an integral part of the cluster so adding/removing servers from a cluster is not something you'd want to do in a load-based scaling model. i.e if the load is high, add a server and if load is low, shut down a server.

Just interest sake, what is your use case.

--Udo


On 12/24/16 05:57, Amit Pandey wrote:
Hi Guys,

I am using Spring Data Geode. I have been able to use read and write through/ write behind. I want to load all data on cache startup at a go.

Secondly my geode server is embedded but I want to allow it join to other nodes. How should I set it up in config to allow it to join other nodes in cluster?

Regards

Reply via email to