You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great stuff here :) one question: would it be possible to add some sort of KernelProvider? By default it would just return the same instance, but it would open up a possibility to have multiple Kernel instances and return a specific Kernel based on an env configuration, or a request param (for example we could have a TenantKernelProvider that would ensuer each Tenant has its own Kernel).
That would also allow to have codnitional services - depending on the Tenant.
The text was updated successfully, but these errors were encountered:
The use case would be to be able to run the same code for different clients. The configuration (like for example DB urls) and the modules/bundles enabled could be different on a per-client basis.
I know that I can just create separate instances for Roadrunner for each Client, but I was wondering if this could be somehow addressed by having just one Worker pool.
Hi
Great stuff here :) one question: would it be possible to add some sort of KernelProvider? By default it would just return the same instance, but it would open up a possibility to have multiple Kernel instances and return a specific Kernel based on an env configuration, or a request param (for example we could have a TenantKernelProvider that would ensuer each Tenant has its own Kernel).
That would also allow to have codnitional services - depending on the Tenant.
The text was updated successfully, but these errors were encountered: