Re: Ignite on a server

2021-11-16 Thread Gianluca Bonetti
Hello Timothy I usually deploy on more servers, but just 2 to 4, I don't have larger deployments. I also have single server deployments. In my opinion and personal experience, native Java integration by Ignite with persistent storage is definitely better than a "hybrid" solution (some other softwa

Re: Ignite on a server

2021-11-16 Thread Timothy Peng
Thank you Gianluca. Yes we have been using Ignite happily in the development environment. On Tue, Nov 16, 2021 at 5:38 PM Gianluca Bonetti wrote: > Hello Timothy > > I usually deploy on more servers, but just 2 to 4, I don't have larger > deployments. > I also have single server deployments. > I

Run ignite kubernetes pod on java 11

2021-11-16 Thread Surinder Mehra
Hi, I followed below link to deploy ignite pod on kubernetes. It uses apache ignite 2.11 docker image which has java openjdk 8. Is there a way to configure java 11 on this pod or ignite image with jdk11 ? https://ignite.apache.org/docs/latest/installation/kubernetes/amazon-eks-deployment

Re: Run ignite kubernetes pod on java 11

2021-11-16 Thread Stephen Darlington
I don’t see an image with Java 11. I think you’d have to build your own. There are tickets for this: https://issues.apache.org/jira/browse/IGNITE-14031 and https://issues.apache.org/jira/browse/IGNITE-15209 > On 16 Nov 2021, at 09:55, Surinder Mehra wrote: > > Hi, > I followed below link to d

protocol of streaming

2021-11-16 Thread Timothy Peng
Hello I looked through this documentation, https://ignite.apache.org/docs/latest/binary-client-protocol/binary-client-protocol It seems that the binary client protocol doesn't have streaming supported. Am I missing something? Thanks

Re: protocol of streaming

2021-11-16 Thread Pavel Tupitsyn
Hello Timothy, Thin client protocol supports streaming [1], the documentation just was not updated yet. [1] https://cwiki.apache.org/confluence/display/IGNITE/IEP-68%3A+Thin+Client+Data+Streamer On Tue, Nov 16, 2021 at 2:06 PM Timothy Peng wrote: > Hello > > I looked through this documentation

[ANNOUNCE] Apache Ignite Apache Ignite spring-tx-ext, spring-cache-ext extensions 1.0.0 released

2021-11-16 Thread Nikita Amelchev
The Apache Ignite Community is pleased to announce the release of Apache Ignite Spring Cache and Spring Transactions extensions 1.0.0. The following integrations were migrated to the Apache Ignite Extensions repository: - Spring Transactions extension - Spring Cache extension Apache Ignite Sprin

Re: protocol of streaming

2021-11-16 Thread Denis Magda
Nikita, Igor, looping you in... Do we folks have tickets for this documentation update? - Denis On Tue, Nov 16, 2021 at 6:11 AM Pavel Tupitsyn wrote: > Hello Timothy, > > Thin client protocol supports streaming [1], > the documentation just was not updated yet. > > [1] > https://cwiki.apache.

Re: Re client node connects to server nodes behind NAT

2021-11-16 Thread Denis Magda
Hi Ma, Streaming is supported for the thin clients (see a related discussion on the user list). As for the peer-class-loading support, not sure that it's coming. As an alternative, you can implement the UriDeploymentSpi interface that will load/reload code from your custom location/repository: htt

Cluster rebalancing when one node dies

2021-11-16 Thread Amit Pandey
Hi All, We are facing an issue , due to some misunderstanding may be on our part of ignite. We have a 2 node Ignite cluster configured with persistence. We have a APi to activate it, when the two nodes are up we hit the api to activate the cluster and it works. However then one node went down ,