Re: [akka-user] Akka typed - first impressions

2018-02-13 Thread 'Michal Borowiecki' via Akka User List
Hi Patrik, Thanks for the latest snapshot. I've been trying to play around with akka typed by migrating the project I'm working on and previously I'd been stuck at implementing stashing. Now with the StashBuffer it got simple. Overall I'm really happy. It took a lot of time but I managed to migra

Re: [akka-user] Akka typed - first impressions

2018-02-04 Thread Tal Pressman
Thanks! I switched my code over to the new version, and once I got past all the Actor -> Behaviors changes everything seems to work very nicely. If you're interested, you can see the code here (it's part of a course, so there isn't much code there ^_^ ): https://github.com/talpr/nex-akka-worksh

Re: [akka-user] Akka typed - first impressions

2018-02-02 Thread Patrik Nordwall
I have published a snapshot of latest Akka Typed progress if you would like to try it out. Version 2.5-20180202-18 in repo https://repo.akka.io/snapshots/ Latest documentation: https://doc.akka.io/docs/akka/snapshot/typed/index.html Cheers, Patrik On Tue, Jan 30, 2018 at 10:27 AM, Tal Pressm

Re: [akka-user] Akka typed - first impressions

2018-01-30 Thread Tal Pressman
Hi Patrik, Thanks for pointing me at the actor-to-actor pull request - it seems like it would be very useful in "pipe to self" use-cases. It makes me wonder, though, if it wouldn't be possible to do something similar while "piping" to other actors. In my experience (which admittedly, may not b

Re: [akka-user] Akka typed - first impressions

2018-01-28 Thread Patrik Nordwall
Hi Tal, Thanks a lot for taking it for a spin and sharing feedback. Comments inline... sön 28 jan. 2018 kl. 14:10 skrev Tal Pressman : > I finally had the chance to use Akka Typed, and wanted to share my > experience. So basically, I took a small demo project that was based on > untyped actors,