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

FR: ability to enable/disable specific connectors #1083

Open
Tracked by #914
igpetrov opened this issue Aug 29, 2023 · 2 comments
Open
Tracked by #914

FR: ability to enable/disable specific connectors #1083

igpetrov opened this issue Aug 29, 2023 · 2 comments
Labels
kind:enhancement New feature or request

Comments

@igpetrov
Copy link
Contributor

Is your feature request related to a problem? Please describe.

There is a need to have an ability to turn on/off specific connectors in given runtime.

Describe the solution you'd like

Option 1: connectors block list. By default, all connectors are enabled. To disable, a user has to pass a flag to disable a connector.

Option 2: connectors allow list. By default, all connectors are enabled. To enable, a user has to pass a flag to disable a connector.

Similar to the PR, flags can be environment variables, e.g: CONNECTOR_HTTP_REST_ENABLED=true or similar.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Following up from the architecture review session 17 (Aug. 29, 2023).

@igpetrov igpetrov added the kind:enhancement New feature or request label Aug 29, 2023
@bastiankoerber
Copy link

needs some discussion to define the solution.

@bastiankoerber
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants