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

Plugins should be able to report their connectors without needing to be required #29

Open
hyfen opened this issue Mar 11, 2022 · 0 comments
Labels
enhancement New feature or request plugins Chronicle plugin system

Comments

@hyfen
Copy link
Member

hyfen commented Mar 11, 2022

As identified in #24, activating all installed plugins at the same time will lead to dependency problems.

We often need to know which connectors are available (eg. $ chronicle-etl connectors:list) so we need a way for plugins to report their available connectors without the gem being activated/required.

A few options:

  • use the gem's metadata fields
  • requiring a special plugin.rb file that doesn't load any other dependencies
  • ???
@hyfen hyfen added enhancement New feature or request plugins Chronicle plugin system labels Mar 11, 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 plugins Chronicle plugin system
Projects
None yet
Development

No branches or pull requests

1 participant