Bartosz Sypytkowski
Bartosz Sypytkowski
Wow! Thanks for your contribution @JessieWadman . Sorry for late reply. I'll try to review your PR over the weekend.
Cluster singleton migration depends on the time of down node detection - if node is just unreachable, we cannot assume it's dead, since it may be just temporary network issue...
The new version v0.2.1 is now on NuGet: https://www.nuget.org/packages/Akka.Cluster.Discovery.Consul/0.2.1
Re: 1. Yes, if you set it to high enough number you probably will never reach the point for a snapshot to happen. 2. Snapshots were originally there to allow...
@Zetanova underneat the Reminder is just an actor. Like any actor it communicates by sending messages. If any recipient actor is supposed to receive the message from reminder, the details...
In theory you could do some kind of wrapper message, that's internally uses `ISurrogate`/`ISurrogated` mechanism to do late serialization, but that's only shifting the problem - instead of knowing how...
@Zetanova I think, that the right place to include feature like that would be either in core akka projects or directly as serializer feature.
Why using a traditional akka.net scheduler would be a no go in this scenario?
@beachwalker this example is far from complete and probably outdated at this moment. Unfortunately I didn't have enough time to finish it. I'll try to do that in the future.
Persistence query would be a way to go here. I'm not even sure if you will need distributed pub/sub here, as you'd need to manually acknowledge incoming events (so you...