hazelcast-csharp-client
hazelcast-csharp-client copied to clipboard
Introduce New Routing Mode Options [API-2240] (2/3)
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.