I used akka-2.3.9
and akka.contrib.pattern.ClusterClient
.
Having updated the version akka-2.3.9
-> akka-2.4.9
I've got the following mistake:
ClusterClient is not a member of package akka.contrib.pattern
Should I use akka.cluster.client.ClusterClient
instead of previous akka.contrib.pattern.ClusterClient
?