Aaron Stannard

Results 589 comments of Aaron Stannard

cc @CumpsD @Arkatufus

Part of https://github.com/akkadotnet/akka.net/issues/7252

cc @object I think the fix you made was just to make sure the `System.Object` serializer was used consistently on both ends - supporting custom serializers is still a problem,...

yeah that's what I thought - ok, so this still needs fixing then.

looking at this shortly

Is there anyway to safely migrate from one to another @sadeghhp ? I'm not experienced enough with Redis to know offhand

Worth noting: the actual delete and purge routines inside https://github.com/petabridge/Akka.Cluster.Sharding.RepairTool will stick work fine with Redis. Just not the tools for querying the journal to find the shardRegions before deleting...

> I was trying to get your Cluster Sharding Viewer example working with Redis Which sample is this?

Ah I see - good news though, this query: https://github.com/Aaronontheweb/Cluster.Sharding.Viewer/blob/d19012d23ac1664608e8fbe27fddbebf5e549d14/src/Cluster.Sharding.Viewer/Program.cs#L22-L23 Is supported by Akka.Persistence.Redis.Query since it doesn't depend on tags. https://github.com/akkadotnet/Akka.Persistence.Redis/blob/4aa8cd9ce5a6a9039ca649bddcc2cde7049789f3/src/Akka.Persistence.Redis/Query/RedisReadJournal.cs#L103-L116 So does that viewer not run correctly with Redis...