Hello all, I have scoured the questions raised here that are similar to my needs but so far have not been successful at finding a solution.
I need (want) to be able to create an akka websocket server in which I can send messages from the server to the clients connected (for example, send the outputs from a flink analytic along the websocket to an end user GUI). I was able to implement the request-response example, but so far have had little success in a 'server push' model. Using something like jetty it is as easy as ws.broadcast, but I understand akka needs to use backpressure etc, soI guess what I am stumbling with is how to create a proper flow in a 'server-push' model, in *java*. If there are examples I can look at (haven't found any) or some literature I can read or any suggestions as to how to create this 'server-push' websocket model it would be greatly appreciated. Thanks for the help, Andy -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
