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

Improve container module handling of default routing providers #64

Open
ndoschek opened this issue Dec 14, 2022 · 0 comments
Open

Improve container module handling of default routing providers #64

ndoschek opened this issue Dec 14, 2022 · 0 comments
Labels
enhancement New feature or request modelserver

Comments

@ndoschek
Copy link
Contributor

Currently, all default routing providers (e.g. for validation, model patching, undo/redo) are bound in one container module.
Some of those providers stop the chain and to not forward to the next upstream, e.g. the validation route provider directly delegates to the validation manager. If one would like to override one explicit route provider, it is only possible by unloading the whole module and rebind without that explicit route provider, which is not very convenient.

We should implement of a more flexible way to unbind/rebind individual route providers.

@ndoschek ndoschek added enhancement New feature or request modelserver labels Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request modelserver
Projects
None yet
Development

No branches or pull requests

1 participant