After simplifying session acquisition, the ClusterAwareReadWriteBinding#getCluster method is no longer used, but we neglected to remove it. Let's remove it in order to simplify the abstraction.
The interface itself has since gained a second method (getConnectionSource(ServerAddress serverAddress)), so without some further refactoring we can't just delete the entire interface.
The same applies to the async version of this interface.