Domantas Petrauskas
Domantas Petrauskas
Is anyone working on this? As far as I know, from my familiarity with `EventSourcedBehavior` implementation, it shouldn't be too complicated. I could give it a shot.
I wonder if this functionality will cause any issues with out of sync read-sides, particularly in the case this is used to implement tombstones described in https://github.com/akka/akka-persistence-jdbc/issues/246. By that I...
There are probably multiple ways to go about it with their own pros and cons. I was thinking about a projection that would emit both events and snapshots in orderly...
Also another matter is that `EventSourcedBehavior` does not wrap saving of snapshot in a same transaction that processes command and persist events - no matter if snapshot saving fails or...
Maybe this warrants adding specialized effects to `EventSourcedBehavior`, like `Effect.snapshot` that would make sure to run persisting of events and saving of snapshot in a single transaction, with all associated...
Implemented with Akka HTTP 10.1.1 and it's version was updated in PlayFramework with commit https://github.com/playframework/playframework/commit/20add4ca4000ead7791c23e98fdc1f09b6465892, so release [2.6.13](https://github.com/playframework/playframework/releases/tag/2.6.13) already has configurable server-side WebSocket ping. Issue should probably be closed now.
Actually I was wrong - Akka HTTP 10.1.1 was merged to Play Framework master, but not 2.6.x branch. Seems like 10.1.x is not planed for 2.6.x. I there anything holding...
@Lugghawk Quite a while has passed since your PR, since we moved the repository under Play Framework organization we are trying to get it updated. I would think that the...
> What does it mean to be "included in the main build"? Oh, I meant just that we could actually implement the changes that you documented, instead of only documenting...
Great to hear! I think you can just continue your contribution on this PR.