hazelcast-csharp-client icon indicating copy to clipboard operation
hazelcast-csharp-client copied to clipboard

Introduce New Routing Mode Options [API-2240] (2/3)

Open emreyigit opened this issue 1 year ago • 1 comments

The PR introduces the new routing mode options and refactors the old smart mode usage in the code.

This PR is part of new routing implementations. And built on #899. So, it must be merged after #899

Breaking Change 🔴

With this PR, options.Networking.SmartMode will be deprecated. If you want to continue to use smart mode, you can set routing mode as RoutingMode.AllMembers or RoutingMode.SingleMember for unisocket mode. Please, refer to options.Networking.RoutingMode and visit the documentation for more details.

emreyigit avatar Jun 26 '24 15:06 emreyigit