Re: [akka-user] Offset type and resumable projections for 2.5

2017-04-25 Thread Richard Rodseth
Fair enough. Thanks. On Tue, Apr 25, 2017 at 4:50 AM, Akka Team wrote: > I don't find that sample odd or doing something inherently bad. > > You might choose to serialize the whole Offset subtype, but you might also > decide to serialize the long-value which will take

Re: [akka-user] Offset type and resumable projections for 2.5

2017-04-25 Thread Akka Team
I don't find that sample odd or doing something inherently bad. You might choose to serialize the whole Offset subtype, but you might also decide to serialize the long-value which will take considerable less space, may be possible to read directly from a database etc. I consider that design

[akka-user] Offset type and resumable projections for 2.5

2017-04-13 Thread Richard Rodseth
Congrats on the release of 2.5. Isn't the documentation and accompanying sample for Resumable Projections a bit odd? http://doc.akka.io/docs/akka/2.5.0/scala/persistence-query.html#Resumable_projections