[no subject]

2022-05-04 Thread Broberg, Kevin
Hey folks, I was looking to do a standard version bump to the latest version of Ignite from 2.11 and ran into a headache. I use gradle to build, with the following dependencies: compile "org.apache.ignite:ignite-core:${igniteVersion}" compile "org.apache.ignite:ignite-zookeeper:${igniteV

Re: Is apache ignite suitable for sql querying on ignite cache?

2022-05-04 Thread Stephen Darlington
You might also want to consider using third-party persistence (external-storage ) instead of “manually” reading/writing from Oracle. > On 4 May 2022, at 07:11, Reshma Bochare wrote: > > Hi Team, > Could you ple