Any status updates on Ignite 3.0?

2024-02-13 Thread Glaviano, Anthony via user
Greetings, The last update for Ignite 3.0 that I can find is from November of 2022, although I see the project in GitHub has had continued activity. My team is looking to start a new project using Ignite, and we were hoping to start with Ignite 3.0 since this will be a new greenfield project t

Re: Question about REST/C++ client

2024-02-13 Thread Stephen Darlington
The easy answer to the "50 gets in parallel" is to use GetAll. On Tue, 13 Feb 2024 at 09:54, Igor Sapego wrote: > 1. There is no such API. Seems like a weird error in documentation. We > will fix it. If you want to make 50 gets in parallel, I think it's better > to run 50 clients with the curren

Re: Question about REST/C++ client

2024-02-13 Thread Igor Sapego
1. There is no such API. Seems like a weird error in documentation. We will fix it. If you want to make 50 gets in parallel, I think it's better to run 50 clients with the current API. You can use the same client too, but it may be slower, depending on how many nodes you have in a cluster. 2. What