Re: Query regarding Generic Entity Framework Cache Store.

2023-08-13 Thread Pavel Tupitsyn
Hi Satyajit, Generic cache store usage is commented out in the sample repo: https://github.com/ptupitsyn/ignite-net-examples/blob/master/EFCacheStore/IgniteEFCacheStore/PostCacheStore.cs#L124 Have you tried replacing "return new PostCacheStore();" with the commented code? On Mon, Aug 14, 2023

ignite-http-rest

2023-08-13 Thread Humphrey Lopez
When running ignite http rest with spring boot 3, i'm getting the following error: java.lang.AbstractMethodError: Receiver class org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestHandler does not define or inherit an implementation of the resolved method 'abstract void

Query regarding Generic Entity Framework Cache Store.

2023-08-13 Thread satyajit.mandal.barclays.com via user
Hi Pavel, Do you have the example code which calls the generic entity framework cache store. In the example mentioned here I don't see the generic entity framework cache store getting called. Can you share the code through which you tested the generic entity

Re: Simple question relating to multiple data regions with persistence

2023-08-13 Thread Raymond Wilson
Actually, ignore that question. I was conflating storage and data region configurations so my question is invalid! On Mon, Aug 14, 2023 at 11:40 AM Raymond Wilson wrote: > I am looking at defining additional data regions with persistence to > support cache with some different settings (eg: page

Simple question relating to multiple data regions with persistence

2023-08-13 Thread Raymond Wilson
I am looking at defining additional data regions with persistence to support cache with some different settings (eg: page size, synchronization mode). After reading https://ignite.apache.org/docs/latest/persistence/native-persistence#enabling-persistent-storage I am not sure if I should specify