apupier commented on issue #430: URL: https://github.com/apache/camel-kafka-connector/issues/430#issuecomment-691877418
I think the catalog will be useful for several cases: - properties specific to Camel Kafka Connector, the ones that are in CamelSourceConnectorConfig and CamelSinkConnectorConfig. Can be leveraged then in Camel Language Server [FUSETOOLS2-626](https://issues.redhat.com/browse/FUSETOOLS2-626) - provide the mapping between the connector.class and the Camel Connector id to be able to know which Camel Connector catalog to use for camel.sink.* and camel.source.* properties. Can be leveraged then in Camel Language Server [[FUSETOOLS2-670]](https://issues.redhat.com/browse/FUSETOOLS2-670) - provide the available Converters. Can be leveraged then in Camel Language Server [FUSETOOLS-686](https://issues.redhat.com/browse/FUSETOOLS2-686) - provide the available Transformers Can be leveraged then in Camel Language Server [FUSETOOLS-687](https://issues.redhat.com/browse/FUSETOOLS2-687) - provide the available Aggregation Strategies Can be leveraged then in Camel Language Server [FUSETOOLS-688](https://issues.redhat.com/browse/FUSETOOLS2-688) - have the list of supported Camel connector. As there are some "new" connectors marked in [What's new 0.5.0](https://camel.apache.org/blog/2020/09/Camel-kafka-connector-050-Whatsnew/), I'm guessing that there is not a 100% match with Camel main catalog. I think that most of them can be implemented incrementally and separately. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org