In our project we are currently (still) using Apache Ignite 2.81. We are currently facing OOMs on server nodes when multiple clients are simultaneously fetching
I am trying to set up Apache Ignite cache store using PostgreSQL as an external storage. public class MyCacheStore extends CacheStoreAdapter<String, MyCache&
After going through several posts on getting and putting data into a SQL table in appche ignite with the help of BinaryObjects I wrote below code for a test. Th