*  But this apprach isn't working because JDBC POJO method
   ignite.cache("CacheName").loadCache(null,"java.lang.String","CustomSql")
is not available from Spring
   Boot.*


ignite.cache("cacheName").loadCache is located here:
https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteCache.html

It does not conflict w/SpringBoot and is compatible with running SpringBoot
in the same JVM.

See:
https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/store/spring/CacheSpringStoreExample.java

and:
https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/CacheJdbcStoreExample.java


Send over a reproducer project where it does not work and I'll take a look.

Also take examine the possibility of using having the REST API calling a
compute job which would 
execute in a separate
server:https://apacheignite.readme.io/docs/compute-grid

Thanks, Alex




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to