Search code examples
scalaakkaakka-cluster

Update Akka-version: ClusterClient is not a member of package akka.contrib.pattern


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 ?


Solution

  • Yes. See 2.4.9 API vs 2.3.9 API.