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

Trace message flows #116

Open
kimbirkelund opened this issue Apr 22, 2022 · 0 comments
Open

Trace message flows #116

kimbirkelund opened this issue Apr 22, 2022 · 0 comments

Comments

@kimbirkelund
Copy link

This is actually two related features:

  1. Given a message trace which message it resulted from and which were generated from it (preferable taking sagas into account)
  2. Given a message type visualize the general flow of messages in the system (again including sagas)

In my minds eye I imagine some kind of flowchart like
image

or maybe something like this
image

where the thickness of arrows indicate the number of messages.

When I say "including sagas" I mean the visualization should have a box for a saga-instance/-type with boxes for handlers inside it. This would also make it easily identifiable that some messages are "private" to a saga.

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