Re: [akka-user][deprecated] Stream loops

2018-09-30 Thread Brian Maso
I've used loops before in Akka Streams. They are tricky, and debugging is hard, but sometimes is the right fit. I think there is an analog to recursion, though. Many things that can be expressed as a recursive loop can also be expressed as an unfold, and that might be a better way of doing it.

Re: [akka-user][deprecated] Artery TCP ready for production?

2018-09-30 Thread Patrik Nordwall
The official status is as that note in documentation says. We want to harden it and input from you like this is very important. Please share dumps, logs, failure scenarios, whatever that is not working as expected. Create issues or continue questions/discussions at discuss.akka.io Thanks, /Patrik