As given in example at link https://apacheignite.readme.io/docs/data-loading#ignitecacheloadcache I implemented the class and overridden loadcache() but now I am getting few errors for which I have few questions: Questions: 1. Do I have to include the properties dataSource,dialect and types for cacheJdbcTable1Store? 2. Should this be included in both server and client xml? 3. If I want to load delta data how do I capture updates and deletes?
Errors: I was able to fix the error for datasource and now I get this error: Caused by: java.lang.IllegalStateException: Cannot convert value of type 'com.cls.imdg.sqlloader.CacheJdbcTable1' to required type 'javax.cache.configuration.Factory' for property 'cacheStoreFactory': no matching editors or conversion strategy found Thanks, Austin -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
