Hello!

You need to wrap your CacheStore in a Factory. since the property you are
using expects a factory. You can use FactoryBuilder.factoryOf().

1. This depends on your implementation.
2. You only need to include it when creating cache, but then it will be
sent over to all nodes so they need those classes.
3. Are we talking about updates in Ignite or about updates in underlying
3rd party DB?

Regards,

Regards,
-- 
Ilya Kasnacheev


пн, 25 мар. 2019 г. в 15:12, austin solomon <austin.solomon...@gmail.com>:

> 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/
>

Reply via email to