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 was archived by the owner on Oct 12, 2021. It is now read-only.
I might not fully understand why it is that way, and why we even have a central controller, but I think it would but super convenient from an operational perspective if we could let reconcilers deal with the deployment of their own adapters.
We could even retain the multi-tenancy. I think the Zendesk and SNS sources are two good examples of multi-tenant components which only deploy 1 adapter (Ksvc) no matter how many instances of an object are created.
Currently, it is necessary to deploy the splitter and filter adapters ("services") manually, and pass their names to the controller.
routing/config/controller.yaml
Lines 72 to 75 in 2bed9d0
I might not fully understand why it is that way, and why we even have a central controller, but I think it would but super convenient from an operational perspective if we could let reconcilers deal with the deployment of their own adapters.
We could even retain the multi-tenancy. I think the Zendesk and SNS sources are two good examples of multi-tenant components which only deploy 1 adapter (Ksvc) no matter how many instances of an object are created.