What is the way of using akka cluster with play 2.7.x?

I am trying to integrate akka cluster with play-framework 2.7.x for learning purpose, but not getting any idea of how can I integrate it with play-framework.

If you use the same actorsystem you can set it up with clustering and call clustered actors from Play. There is no special magic to it.

If you are looking for configuration, take a look at Muuki’s play cluster sample.

1 Like

Can you help give me the link about you mentioned Muuki’s play cluster sample? I google but didnt find it

May be this one

Thanks @BnB for your help