>
> Hi,
>I am trying to setup Ignite as a Read -Write though cache backed by a
> RDBMS database.I created a sample project with Wildfly 8.X here
>
>
> https://github.com/vikramp/ignite-test/blob/master/cmt/src/main/java/org/jboss/as/quickstarts/cmt/cache/CacheInitializer.java
>
> I have a query
Hi,
Ignite documentation mentions using the cluster for pub-sub or p2p
messaging delivery with ordering etc. But it doesnt talk about Transaction
guarantees or message delivery guarantees
i.e. at least once or exactly once.
Any pointers to the detailed messaging specs ?
Regards
Vikram
"LruEvictionPolicy lruEvictionPolicy = *new* LruEvictionPolicy(1); "
Howz this linked to the cache definition you have done ?
BR
On Wed, Nov 3, 2021 at 10:31 AM Gurmehar Kalra
wrote:
> Hi,
>
>
>
> I am getting below stated exception , when trying to run 2 Nodes as server
> ,
> I have around
Have you tried to implement the eviction policy injection without using lambda ?
Also in the cache definitions that work well are you using the same pattern to
set the eviction policy ?
Regards
Vikram Pancholi
> On 3 Nov 2021, at 10.57, Gurmehar Kalra wr