Skip to content
Snippets Groups Projects
Commit 824672ad authored by Ludovic Claude's avatar Ludovic Claude
Browse files

Fix creation of Akka cluster

parent d27d3804
No related branches found
Tags 2.7.1
No related merge requests found
......@@ -50,7 +50,7 @@ class AkkaConfiguration {
@Bean
public Cluster wokenCluster() {
return new Cluster(actorSystem());
return Cluster.get(actorSystem());
}
@Bean
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment