apupier opened a new issue #672:
URL: https://github.com/apache/camel-kafka-connector/issues/672


   it will allow to provide a description on completion and on hover for 
connector.class attribute in tooling
   
   For instance, I think that the description should be added in
   
   
https://github.com/apache/camel-kafka-connector/blob/e309308497ad5f45499d07025c4d500e3eb1cd18/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-activemq-sink.json#L2-L9
   
   ```
   "connector": {
                "class": 
"org.apache.camel.kafkaconnector.activemq.CamelActivemqSinkConnector",
                "artifactId": "camel-activemq-kafka-connector",
                "groupId": "org.apache.camel.kafkaconnector",
                "id": "camel-activemq-sink",
                "type": "sink",
                "version": "0.7.0-SNAPSHOT",
   "description": "<the description>"
        }
   ```
   
   It means to add a `description` field with getters on 
`CamelKafkaConnectorModel`.
   
   need to determine from where the description can be picked up.


----------------------------------------------------------------
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:
[email protected]


Reply via email to