oscerd opened a new issue #542: URL: https://github.com/apache/camel-kafka-connector/issues/542
From #430 I imagine having in camel-language-server pom, a dependency on the catalog, something like: ``` <dependency> <groupId>org.apache.camel.kafkaconnector</groupId> <artifactId>camel-kafka-connector-catalog</artifactId> </dependency> ``` and then in Camel Language Server code, having an API Method which is returning the loaded Model as a Java Class, something like: ``` CamelKafkaConnectorCatalog catalog = new CamelKafkaConnectorCatalog(); List<CamelKafkaConnectorModel> connectors = catalog.getConnectors(); ``` _Originally posted by @apupier in https://github.com/apache/camel-kafka-connector/issue_comments/705513426_ ---------------------------------------------------------------- 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