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

Investigate performance overhead of ingress/egress actors #39

Open
dplyukhin opened this issue Aug 26, 2023 · 0 comments
Open

Investigate performance overhead of ingress/egress actors #39

dplyukhin opened this issue Aug 26, 2023 · 0 comments

Comments

@dplyukhin
Copy link
Owner

An Akka cluster consists of ActorSystems. To support fault recovery, each ActorSystem records statistics about outgoing messages via the "egress stage" and statistics about incoming messages via the "ingress stage". I'd like to know how much overhead these stages impose on message-passing throughput, and whether these stages can be implemented more efficiently.

This project involves:

  1. Writing a benchmark to measure distributed message-passing throughput.
  2. Profiling.
  3. Optimizing data-intensive (but sequential) code paths.

First steps: Implement an Akka Cluster application in which an actor on System 1 sends messages to System 2 at a fixed rate.

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

No branches or pull requests

1 participant