RE: Binary types configuration and cluster configuration consistency between server and client nodes

2021-12-02 Thread Rotondi, Antonio
Hi Tupitsyn, Thanks for your reply. Can you please clarify your suggestion about removing types form the static binaryconfiguration? To clarify, all our caches store objects in binary format. The reason why we need custom serializers is to allow conversion of basic java types like Instant and

Re: Binary types configuration and cluster configuration consistency between server and client nodes

2021-12-02 Thread Pavel Tupitsyn
> we are forced to register all our business objects > changing the cluster configuration to add the new binary types I'm trying to say that you don't need to do that. Instead of listing all binary types in configuration, you can register them at runtime, after the cluster has started. On Thu, De

Golang thin client

2021-12-02 Thread Marco Watkin
Do you have the official library for go thin client? I saw the website doesn’t mention that. Thanks

Re: Code Deployment configuration error, start ignite.sh

2021-12-02 Thread Stephen Darlington
Did you copy the ignite-urideploy folder from libs/optional to libs? > On 1 Dec 2021, at 19:18, Hajime Kobashi wrote: > > Hi community. > > Where is the UriDeploymentSpi.class and source file ? > I want something for start ignite, what is wrong. > > I have some issue, that the ClassNotFoundExc

Re: Golang thin client

2021-12-02 Thread Stephen Darlington
There is no “official” Go thin client but I found one that someone has written: https://github.com/amsokol/ignite-go-client > On 2 Dec 2021, at 09:37, Marco Watkin wrote: > > Do you have the official library for go thin client? I saw the website > doesn’t mention that. > > Thanks

Re: Golang thin client

2021-12-02 Thread yonghua
‌yes I suggest this one because I have been using it.   De : "Stephen Darlington" A : user@ignite.apache.org Envoyé: jeudi 2 Décembre 2021 17:48 Objet : Re: Golang thin client   There is no “official” Go thin client but I found one that someone has written: https://github.com/amsokol/ignite-go-cl

Re: Code Deployment configuration error, start ignite.sh

2021-12-02 Thread Hajime Kobashi
OS is Rocky linux 8.x / CentOS 7.4, latest updated. JDK is OpenJDK 1.8.0 Thank you yonghua. On 2021/12/02 4:36, yong...@laposte.net wrote: ‌what’s the app env? The OS, JDK version etc. De : "Hajime Kobashi" A : user@ignite.apache.org Envoyé: jeudi 2 Décembre 2021 03:18 Objet : Code Deployment c

Re: Code Deployment configuration error, start ignite.sh

2021-12-02 Thread Hajime Kobashi
Oh! it's great. thank you Stephen. I do the cp ./libs/optional/ignite-urideploy/ignite-urideploy-2.11.0.jar ./libs/ then, start ignite.sh successfully. I spent about 1 week for this. Thank you. On 2021/12/02 18:46, Stephen Darlington wrote: Did you copy the ignite-urideploy folder from libs/op

Real-world use cases: Ignite and High-Performance Computing

2021-12-02 Thread Denis Magda
Folks, I've just published an article that lists some real-world use cases of Ignite for high-performance computing. Some of you might be interested in how the compute APIs are leveraged in practice: https://www.gridgain.com/resources/blog/how-apache-ignite-empowers-high-performance-computing-real

Re: Real-world use cases: Ignite and High-Performance Computing

2021-12-02 Thread yonghua
‌Thanks for this valuable sharing.   De : "Denis Magda" A : "user" ,"dev" Envoyé: jeudi 2 Décembre 2021 23:52 Objet : Real-world use cases: Ignite and High-Performance Computing   Folks,    I've just published an article that lists some real-world use cases of Ignite for high-performance comput

Re: Real-world use cases: Ignite and High-Performance Computing

2021-12-02 Thread Piper H
To compare the speed, is there a perftest tool for benchmarking the performance? Like this one for Rabbitmq: https://rabbitmq.github.io/rabbitmq-perf-test/stable/htmlsingle/#installation Thank you. Piper On Thu, Dec 2, 2021 at 11:52 PM Denis Magda wrote: > Folks, > > I've just published an arti