You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/05 09:19:19 UTC

[GitHub] [camel-kafka-connector] apupier opened a new issue #672: Provide description for connector in the catalog

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:
users@infra.apache.org



[GitHub] [camel-kafka-connector] apupier closed issue #672: Provide description for connector in the catalog

Posted by GitBox <gi...@apache.org>.
apupier closed issue #672:
URL: https://github.com/apache/camel-kafka-connector/issues/672


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-kafka-connector] apupier commented on issue #672: Provide description for connector in the catalog

Posted by GitBox <gi...@apache.org>.
apupier commented on issue #672:
URL: https://github.com/apache/camel-kafka-connector/issues/672#issuecomment-722273199


   looking to provide a Pull Request


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-kafka-connector] apupier commented on issue #672: Provide description for connector in the catalog

Posted by GitBox <gi...@apache.org>.
apupier commented on issue #672:
URL: https://github.com/apache/camel-kafka-connector/issues/672#issuecomment-722343763


   the description is directly picked up from the normal Camel Catalog.


----------------------------------------------------------------
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:
users@infra.apache.org