Closed
Description
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
"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.
Metadata
Metadata
Assignees
Labels
No labels