Aaron Stannard
Aaron Stannard
In that case this is working as intended, but we should probably expand on this inside the documentation: https://getakka.net/articles/actors/fault-tolerance.html
I'd be happy to accept a PR for this - we'll also need a schema migration script that users can run though.
I guess I’d use it in the sense of whether or not this entity exists right now. Whether it has existed in the past or not opens us up to...
@goodisontoffee A pull request would be great - we'd need to add: 1. A new protobuf message type, added to https://github.com/akkadotnet/akka.net/blob/dev/src/protobuf/ClusterShardingMessages.proto - need that to be able to send this...
@goodisontoffee just to make sure you don't waste any time on this PR if you decide to do it, here is how I recommend doing the PR - Do a...
Looks like, for whatever reason, this totally blew up all of the API tests.
This looks great @ismaelhamed - I'll review this shortly.
> The only thing I've found with this implementation is that if the user already have a `ClusterSingletonManager` that is persistent, due to how the manager's name is now automatically...
> it probably won't match the existing PersistentId in the journal/snapshot-store tables. so this will only affect users who are using the singleton path as the `PersistenceId` - not the...
I'll add more details here once the CI system gives me some sharable test results.