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
{{ message }}
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Currently, kardinal does not handle situations where multiple services depend on the same external / stateful resource managed by our plugin system.
Example, if there are two services (say an API and an Analytics service) that depend on the same AWS RDS plugin system - there's no way to indicate to the kardinal engine that both these services depend on the same service.
This is crucial to address to effectively create flows involving plugins. In this instance, a dev flow should create one dev RDS instance that both the API service and Analytics service now point to.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, kardinal does not handle situations where multiple services depend on the same external / stateful resource managed by our plugin system.
Example, if there are two services (say an API and an Analytics service) that depend on the same AWS RDS plugin system - there's no way to indicate to the kardinal engine that both these services depend on the same service.
This is crucial to address to effectively create flows involving plugins. In this instance, a dev flow should create one dev RDS instance that both the API service and Analytics service now point to.
The text was updated successfully, but these errors were encountered: