-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with finding akka-pubsub serializer #3031
Comments
Have you tried to supply |
Hey @Horusiath I have not, though my assumption would be this shouldn't be required as Akka should be properly combining the core akka configs in a sane way. |
I have the same error and #3031 (comment) has not helped. Is there a WOKRING example cluster project to copy the config from? I have this config on both nodes:
|
It was Akkling |
I have the same problem that josh mentioned. When I add the pubsub serializers he pasted in app.config, it goes away. However, we plan to use hyperion serializer. Is there a way to get the ClusterClient working with hyperion serializer? Do I have to do a fallback with DistributedPubSub.DefaultConfig() as Horusiath suggested? |
@leo12chandu I use the above config (using Hyperion for everything) and pub sub does work (without WithFallback you mentioned). |
@vasily-kirichenko - That did the trick. Thank You! |
Akka 1.3 + OSX
After testing a new build of Akka 1.3, my application ran into the following error:
If I manually add the serializer to my app.config with the following the error goes away:
It's possible there is an ordering issue when loading the configs that cause the serializer to not be loaded properly.
The text was updated successfully, but these errors were encountered: