Skip to content

Provide description for connector in the catalog #672

Closed
@apupier

Description

@apupier

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"
},

"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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions