Re: Questions on IgniteDataStreamer

2019-06-01 Thread Om Thacker
).asLong(), user); stmr.flush(); // // stmr.allowOverwrite(true); } catch (Exception e) { e.printStackTrace(); } } can you please share your solution for the same. Thanks, Om Thacker -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cache Preload from database using IgniteDatastreamer

2019-05-31 Thread Om Thacker
Thanks for the reply..I was just wanted to confirm that the way I am using datastreamer to load the data in cache is correct or not. Regarding gc overhead- I was running it in my local machine with limited heap.so that's no the exact problem.please ignore that part. -- Sent from: http://apach

Re: Real time sync ignite cache

2019-05-31 Thread Om Thacker
I am using MySQL database -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Real time sync ignite cache

2019-05-31 Thread Om Thacker
Hello All, I have 10 ignite caches created for 10 database tables. I have a scenario wherein I need to update the cache regularly if the database is updated from other sources. I am currently using kafka confluent to sync the ignite cache with the db. But do we have any other option in ignite , w

Cache Preload from database using IgniteDatastreamer

2019-05-29 Thread Om Thacker
I have searched a lot to find out how to use IgniteDataStreamer to preload cache from database, but all i couldn't find any. So I tried to do it myslef. Following is my approach: 1. A spring boot application having java based server configuration for cache - Ignite server application 2. A spring