Skip to content
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

Remove AkkaCodecs form CirceAkkaSerializer #152

Open
MarconZet opened this issue Mar 25, 2022 · 3 comments
Open

Remove AkkaCodecs form CirceAkkaSerializer #152

MarconZet opened this issue Mar 25, 2022 · 3 comments
Labels
usability Relates to reduction of boilerplate etc.

Comments

@MarconZet
Copy link
Collaborator

It does not work well when there are multiple actor systems within one JVM

@MarconZet MarconZet added the usability Relates to reduction of boilerplate etc. label Mar 25, 2022
@PawelLipski
Copy link
Collaborator

Could you specify the exact errors/problems that happen?

@LukaszKontowski
Copy link
Contributor

@MarconZet - can you add more details / description / example - what is wrong with AkkaCodecs ?

@MarconZet
Copy link
Collaborator Author

The problem is not with AkkaCodecs themselves, but that they extend CirceAkkaSerializer, limiting options when a non-standard serialization of ActorRef is needed. Multiple actor systems in one JVM is an example where it happens, leading to serialization failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Relates to reduction of boilerplate etc.
Projects
None yet
Development

No branches or pull requests

3 participants