Re: Conditional data Preloading from third party persistence

2021-06-22 Thread Stephen Darlington
> Sending again to reflect in portal ! > > Thanks and Regards, > Kamlesh Joshi > > From: Kamlesh Joshi > Sent: 21 June 2021 17:25 > To: user@ignite.apache.org <mailto:user@ignite.apache.org> > Subject: Conditional data Preloading from third party persistence >

Conditional data Preloading from third party persistence

2021-06-22 Thread Kamlesh Joshi
Sending again to reflect in portal ! Thanks and Regards, Kamlesh Joshi From: Kamlesh Joshi Sent: 21 June 2021 17:25 To: user@ignite.apache.org<mailto:user@ignite.apache.org> Subject: Conditional data Preloading from third party persistence Hi Igniters, Am trying to preload certain dat

Re: Conditional data Preloading from third party persistence

2021-06-22 Thread Ilya Kasnacheev
Hello! I guess that your cache store implementation is using BinaryObject to populate cache instead of POJO. You can try ((BinaryObject)v).deserialize(). Regards, -- Ilya Kasnacheev пн, 21 июн. 2021 г. в 14:55, Kamlesh Joshi : > Hi Igniters, > > > > Am trying to preload certain data from

FW: Conditional data Preloading from third party persistence

2021-06-21 Thread Kamlesh Joshi
Sending again to reflect in portal ! Thanks and Regards, Kamlesh Joshi From: Kamlesh Joshi Sent: 21 June 2021 17:25 To: user@ignite.apache.org Subject: Conditional data Preloading from third party persistence Hi Igniters, Am trying to preload certain data from third party persistence, but am

Conditional data Preloading from third party persistence

2021-06-21 Thread Kamlesh Joshi
Hi Igniters, Am trying to preload certain data from third party persistence, but am getting below error while doing that. I have been using below snippet for the same. Can anyone guide, if am doing something wrong here. Any specific changes needed to be done on data model side? IgniteCache