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

Wait for subsystems to initialise before sending system ready #925

Merged
merged 1 commit into from May 29, 2016

Conversation

pgermishuys
Copy link
Contributor

Fixes #922
Introducing a new step in the process and that is to wait for all the sub systems to indicate via SystemMessage.SubSystemInitialized that they have completed their initialisation.
Upon receiving a SystemMessage.SubSystemInitialized for each of the sub systems, the SystemMessage.SystemReady message will be sent.

For users using StartAndWaitUntilReady the task will only be completed once the sub systems have been initialised which helps with users that want to test with projections for example.

@gregoryyoung gregoryyoung merged commit ed46105 into release-v3.7.0 May 29, 2016
@pgermishuys pgermishuys deleted the wait-on-subsystems branch June 3, 2016 10:27
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.

None yet

3 participants