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

SpringApplicationBuilder: Initialize siblings concurrently #21608

Closed
OLibutzki opened this issue May 28, 2020 · 2 comments
Closed

SpringApplicationBuilder: Initialize siblings concurrently #21608

OLibutzki opened this issue May 28, 2020 · 2 comments
Labels
status: declined A suggestion or change that we don't feel we should currently apply

Comments

@OLibutzki
Copy link

The SpringApplicationBuilder supports the creation of hierarchical application contexts. Those contexts are initialized sequentially. In order to accelerate the startup time, siblings can be initialized concurrently.

It would be great to extend the SpringApplicationBuilder-API to support concurrent initialization.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 28, 2020
@philwebb
Copy link
Member

Thanks for the suggestion but I think this would add quite a lot of complexity to the builder. I'm also not sure how much of a benefit this would be for typical Spring Boot applications which tend to only have one a single application context.

@philwebb philwebb added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged labels May 28, 2020
@OLibutzki
Copy link
Author

Ok, thanks for the response. I'm going to solve this in our project locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: declined A suggestion or change that we don't feel we should currently apply
Projects
None yet
Development

No branches or pull requests

3 participants