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
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.
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
The text was updated successfully, but these errors were encountered: