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

Create descriptors for source and sink connector for catalog purpose #523

Closed
oscerd opened this issue Oct 7, 2020 · 0 comments · Fixed by #525
Closed

Create descriptors for source and sink connector for catalog purpose #523

oscerd opened this issue Oct 7, 2020 · 0 comments · Fixed by #525
Assignees
Labels

Comments

@oscerd
Copy link
Contributor

oscerd commented Oct 7, 2020

To be able to collect all the connectors, we need to create files similar to component.properties in plain camel.

Since we have an id for each connector of this kind: camel-component + connector-type, we need to create at most two descriptors one for sink (if any) and one for source (if any).

This descriptors will be in src/generated/descriptors

During the catalog generation, we'll need to parse these files and create connectors.properties file like the components.properties for plain camel.

Related to #430

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant