fdimuccio / play2-sockjs

A SockJS server implementation for Play Framework.
Apache License 2.0
62 stars 11 forks source link

Compatibility with Akka Cluster #25

Open Flo354 opened 6 years ago

Flo354 commented 6 years ago

Hi,

I was wondering if this module can be compatible with Akka Cluster, so we can have more flexibility about load balancing.

Thanks,

fdimuccio commented 6 years ago

Hi,

unluckily it is not compatible with Akka Cluster yet. I'm planning to add support for it, but it requires a major rework of the internals. I don't have yet an eta for it and before start working on it I have to get the 0.6 out of the milestone state (I hope to get it done very soon).

Flo354 commented 6 years ago

Nice if it's possible. Take your time, I'll wait ;)