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

Rethink the memoised adapters approach #5

Open
andrejtokarcik opened this issue Apr 5, 2018 · 1 comment
Open

Rethink the memoised adapters approach #5

andrejtokarcik opened this issue Apr 5, 2018 · 1 comment

Comments

@andrejtokarcik
Copy link
Owner

The original idea to handle the NewEntry and MatchFound replies was to provide a standalone adapter facing each of the FeedHandler and EntryHandler actor instances so that it is impossible to corrupt the information identifying the replies. However, since Akka 2.5.11, only one message adapter can be active per message class which makes the original approach unworkable.

@andrejtokarcik
Copy link
Owner Author

The new documentation on Interaction Patterns might help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant