-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
get_session and with_session exist in client and cluster, with client delegating to cluster. However all calls to them go through the client, and the only reason for the definition in cluster is the cluster sameness check which can easily be invoked from the client as well. This ticket proposes removing the cluster methods and only leaving the client methods in place.