Review asynchronous EntityManagerFactory bootstrapping and DataSource initialisation #14658
Labels
status: blocked
An issue that's blocked on an external project change
theme: datasource
Issues relating to data sources
type: task
A general task
Milestone
When the
EntityManagerFactory
is bootstrapped asynchronously, theDataSourceSchemaCreatedEvent
is published off the main thread. This means that any data scripts will be applied off the main thread as well. I think a consequence of this is that the application context may have completed refreshing before theDataSource
is fully initialised. I think we need to confirm if this is the case and then decide if the behaviour is acceptable.The text was updated successfully, but these errors were encountered: