-
Notifications
You must be signed in to change notification settings - Fork 424
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
feat(events): introduce events fallbacks #3965
base: main
Are you sure you want to change the base?
feat(events): introduce events fallbacks #3965
Conversation
IMO, if we're going by an approach where we can replace an entire set of dependency with another, then instead of having a recursive definition, each event should just have an array of definition so the map becomes |
Introduce the concept of events failure because of dependencies. Add events the ability to declare a fallback dependencies, to be used upon failure. This allows events to implement not necessarily supported implementation, for new kernels for example, with other implementation to cover unsupported scenarios.
05ceb49
to
739c1e6
Compare
This PR is missing e2e tests. |
739c1e6
to
f36a005
Compare
1. Explain what the PR does
Introduce the concept of events failure because of dependencies.
Add events the ability to declare a fallback dependencies, to be used upon failure.
This allows events to implement not necessarily supported implementation,
for new kernels for example, with other implementation to cover unsupported scenarios.
2. Explain how to test it
3. Other comments