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/
