Replies: 1 comment
-
You can use Hyperion with Redis - is that the thrust of your question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've successfully implemented akka persistence backed by redis, but now I'm trying to switch to another serializer instead of json. I'm using as a reference the msgPack example that is in the Akka.Persistence.Redis repository but I got an exception:
"FormatterNotRegisteredException: IActorRef is not registered in resolver: MessagePack.Resolvers.StandardResolver".
I've found this issue (#3811) and now I was in doubt if it is impossible to use or if I implement this "resolver" somehow will work.
Is it an option use Hyperion instead msgpack here?
tks
Beta Was this translation helpful? Give feedback.
All reactions