I'm trying to integrate a Spring data project (without JPA) with Ignite and
struggling to understand some basic traits. Would be very helpful if you
can share some insights on the issue I'm facing.

Currently the cache has been defined as below with the client node, this
config is not present in the server node, gets created when the client node
joins the cluster. The repositories are detected during the instantiation
of the Spring Boot application.

All the documentation including the official example repo of the Apache
Ignite does not pass in the data source but instead cachConfig is set with
the IndexedTypes.

Question: Where should I pass on the DataSource object ? Should I create a
CacheJdbcPojoStoreFactory and pass on the dataSource ?


Thanks,
Srikanta

Reply via email to