I have to send large messages of size around 200MB in akka-cluster from one actor to multiple actors. I have tried using the akka messaging but it times out as it is taking a long time.
What is the best way to implement this? I have read somewhere that we need to use Akka IO for such tasks but I couldn't find enough documentation on how to use it.