Hello! You can pass parameters to loadCache() and handle it in your CacheStore. That's how you can implement delta loading.
Regards, -- Ilya Kasnacheev чт, 7 мар. 2019 г. в 16:15, austin solomon <[email protected]>: > Hi, > Until now, I was able to load complete data from SQL Server table to ignite > cache using loadCache() but this is one time process > I want to create a continous stream which will get data(delta) from sql > server table into ignite. > How should I do that? > I tried using IgniteDataStreamer but I was able to only insert custom data > from the code and was not able to get the table data realtime. > Please point me to en example showing how this can be done. > > thanks, > Austin > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
