thegridman / coherence-k8s-example

0 stars 1 forks source link

Addition of Method for Pre-loading Elements to the Cache #7

Open viju2008 opened 4 years ago

viju2008 commented 4 years ago

Hello,

Please add method for pre-loading the cache through Coherence.

When container starts we need to pre-load all data that is available in the database for Student Table. Load all students in the database table into the cache.

We do not want to go by the side-car microservice method i.e. another microservice pre-loading the cache because that adds additional complexity into the system and we do not want it to be that way.

On startup of the grid cache the preload method for the Student Table needs to be called.