-
Bug
-
Resolution: Done
-
Minor
-
JDG 7.1.0 DR1
-
None
The .NET Hot Rod client is missing the following methods which are available in the Java Hot Rod client. These methods are required for manual switching of a target cluster.
- switchToCluster(cluster_name)
- switchToDefaultCluster()
These methods are available in the C++ Hot Rod client but their names are different (clusterSwitch(cluster_name), clusterSwitch()). It would be good to have same methods in all versions (Java, C++, .NET). This way we could even re-use more tests from the Java test suite.
- relates to
-
HRCPP-323 Methods for cluster switch are not exposed in the RemoteCacheManager interface
- Resolved