This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from d6b8b43aa4 IGNITE-23559 resetPartitions improvements: two phase reset
(#4688)
add 98ce75e981 IGNITE-23703 .NET: Add IgniteClientGroup (#4763)
No new revisions were added by this update.
Summary of changes:
.../Apache.Ignite.Tests/IgniteClientGroupTests.cs | 143 ++++++++++++++++++
.../dotnet/Apache.Ignite.Tests/IgniteServerBase.cs | 41 +++--
.../dotnet/Apache.Ignite/IgniteClientGroup.cs | 165 +++++++++++++++++++++
...icator.cs => IgniteClientGroupConfiguration.cs} | 17 +--
.../Apache.Ignite/Internal/ClientFailoverSocket.cs | 5 +
.../Apache.Ignite/Internal/IgniteClientInternal.cs | 5 +
6 files changed, 355 insertions(+), 21 deletions(-)
create mode 100644
modules/platforms/dotnet/Apache.Ignite.Tests/IgniteClientGroupTests.cs
create mode 100644 modules/platforms/dotnet/Apache.Ignite/IgniteClientGroup.cs
copy modules/platforms/dotnet/Apache.Ignite/{IAuthenticator.cs =>
IgniteClientGroupConfiguration.cs} (71%)