hazelcast / hazelcast-csharp-client

Hazelcast .NET Client
https://hazelcast.com/clients/dotnet/
Apache License 2.0
102 stars 48 forks source link

Introduce CP Leader routing (4/4) [API-2243][API-2238] #907

Closed emreyigit closed 1 month ago

emreyigit commented 2 months ago

The PR introduces redirecting CP requests to Cp group leader if possible.

This PR is the last part of smart routing implementation. It should be merged after #902