Re: [akka-user] akka clusters on AWS ECS

2016-02-02 Thread Odd Möller
elf. I will, however, consider it, > as there is some beauty in a general solution. -- Eric > >> On Tuesday, February 2, 2016 at 1:15:17 AM UTC-8, Odd Möller wrote: >> Hi Eric, have you looked at https://github.com/hseeberger/constructr? >> >> Greetings >> Odd >> &

Re: [akka-user] akka clusters on AWS ECS

2016-02-02 Thread Odd Möller
Hi Eric, have you looked at https://github.com/hseeberger/constructr? Greetings Odd On Tue, Feb 2, 2016 at 9:26 AM, Roland Kuhn wrote: > Yes, this sounds like a good strategy to me. > > Regards, > > Roland > > 1 feb 2016 kl. 23:56 skrev Eric Swenson : > >

Re: [akka-user] Akka Persistence with Multi-Clusters

2016-01-31 Thread Odd Möller
Hi Roland and Martin, as a long time happy user of Akka Persistence I have for my recent set of projects started looking more and more at Martin's work on Eventuate and I really like what I see. The extension towards supporting the AP use case as well as the CP use case looks really useful. A

Re: [akka-user] Which actor methods are ok to call in a future callback?

2015-09-28 Thread Odd Möller
For what it's worth, we use a homemade solution for this problem. It looks quite a lot like one described in an answer to your stackoverflow question (but with a bit of sugar on top). Basically we allow a future to be marked as "local" which will cause all its callbacks to be executed via the

Re: [akka-user] serialization and long-term event sourcing with akka persistence

2015-04-28 Thread Odd Möller
). The versioning idea is one that interests me. Any insights since your post last year? Did you abandon the versioning idea in favor of a better one? If not, any chance this could make it into the core akka codebase? Thanks. Jason On Tuesday, May 20, 2014 at 2:06:45 AM UTC-6, Odd Möller wrote: Hi

Re: [akka-dev] Re: [akka-user] Re: Akka Streams HTTP 1.0-RC1 Announcement

2015-04-28 Thread Odd Möller
Another reason to prefer the curried argument list in this case is to allow the following style: .mapAsync(parallelism = 7) { res = ... } and: .mapAsync(parallelism = 7) { case ... } The Scala Style Guide mentions it here:

Re: [akka-user] combining Akka Persistence with Akka Scheduling

2014-08-07 Thread Odd Möller
for passing along. Greg On Sunday, August 3, 2014 3:04:27 AM UTC-7, Odd Möller wrote: Hi Greg I have a prototype implementation of an Akka extension that uses persistence to save scheduler state: https://github.com/odd/akka/tr ee/wip-persistence-odd/akka-contrib/src/main/scala/akka/cont

Re: [akka-user] combining Akka Persistence with Akka Scheduling

2014-08-03 Thread Odd Möller
Hi Greg I have a prototype implementation of an Akka extension that uses persistence to save scheduler state: https://github.com/odd/akka/tree/wip-persistence-odd/akka-contrib/src/main/scala/akka/contrib/persistence/scheduling. It is by no means finished and still very much a work-in-progress but

Re: [akka-user] Re: Akka 5 Year Anniversary--Thank you guys

2014-07-10 Thread Odd Möller
Congrats to all involved in this amazing journey! //Odd -- happily hakking ever after On Thu, Jul 10, 2014 at 7:00 PM, 09goral gora...@gmail.com wrote: Great job and thank you all for you work! W dniu czwartek, 10 lipca 2014 18:58:20 UTC+2 użytkownik Jonas Bonér napisał: Hi guys. With

[akka-user] Unable to download latest official version from akka.io

2014-06-30 Thread Odd Möller
Hi! I am unable to download (access denied) the latest official version from the akka.io website: http://downloads.typesafe.com/akka/akka-2.3.4_2.10.zip http://downloads.typesafe.com/akka/akka-2.3.4_2.11.zip Greetings Odd -- Read the docs: http://akka.io/docs/ Check the FAQ:

Re: [akka-user] serialization and long-term event sourcing with akka persistence

2014-05-20 Thread Odd Möller
*). Greetings Odd On Tue, May 20, 2014 at 6:05 AM, Martin Krasser krass...@googlemail.comwrote: Hi Odd, why have you chosen this versioning approach instead of a protobuf based one, for example? What are the advantages? On 19.05.14 14:08, Odd Möller wrote: Hi! We have a versioning

Re: [akka-user] serialization and long-term event sourcing with akka persistence

2014-05-19 Thread Odd Möller
Hi! We have a versioning extension that we are experimenting with at the moment (it is quite experimental at this point and completely without tests): https://github.com/odd/akka/tree/wip-persistence-odd/akka-contrib/src/main/scala/akka/contrib/persistence/versioning The basic idea is to attach

Re: [akka-user] ANNOUNCE: Akka 2.3.0

2014-03-07 Thread Odd Möller
Excellent news! Akka Persistence is a real game changer. Thanks to everyone involved! Greetings Odd On Thu, Mar 6, 2014 at 1:04 AM, Giovanni pino.o...@gmail.com wrote: Congratulations! I am very impressed about the big work done on Akka. On Thu, Mar 6, 2014 at 12:11 AM, Björn Antonsson