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

Feat/runtime/restart fault #378

Merged
merged 4 commits into from
Nov 16, 2021

Conversation

symbiont-daniel-gustafsson
Copy link
Contributor

No description provided.

Previously we gave a function `func() lib.Topology` to get the topology for the
executor. Now we have split it up into one array `[]string` of the names of the
reactors, and a single constructor `func(name string) lib.Reactor`.

The reason for this change is so that the executor will be able to restart a
single reactor (for example to simulate an error).
@symbiont-daniel-gustafsson symbiont-daniel-gustafsson deleted the feat/runtime/restart-fault branch November 16, 2021 13:48
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

Successfully merging this pull request may close these issues.

2 participants