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

Display Commands and Events between Actors #36

Open
CharlesAHunt opened this issue Feb 22, 2020 · 0 comments
Open

Display Commands and Events between Actors #36

CharlesAHunt opened this issue Feb 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request medium Medium priority issue more info needed Need more information on this issue
Milestone

Comments

@CharlesAHunt
Copy link
Contributor

CharlesAHunt commented Feb 22, 2020

Commands are the messages that get sent to an actor and trigger some behavior. Events are generated based on commands and cause the state of the actor to change. This feature will provide information about the interactions between various actors in the system. This information can be possibly used to reconstruct previous actor states.

  • As an end user, I want to retrieve information such as what event caused the state of a certain actor to change. I also want to obtain information about the interactions between actors in the Akka cluster.
@CharlesAHunt CharlesAHunt added the enhancement New feature or request label Feb 22, 2020
@CharlesAHunt CharlesAHunt added this to the Milestone 2 milestone Feb 22, 2020
@kpasagada kpasagada added medium Medium priority issue more info needed Need more information on this issue labels Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium Medium priority issue more info needed Need more information on this issue
Projects
None yet
Development

No branches or pull requests

2 participants