Luca Burgazzoli created CAMEL-20541:
---------------------------------------
Summary: Include arbitrary metadata to the camel-catalog
Key: CAMEL-20541
URL: https://issues.apache.org/jira/browse/CAMEL-20541
Project: Camel
Issue Type: Improvement
Components: camel-catalog
Reporter: Luca Burgazzoli
Assignee: Luca Burgazzoli
Fix For: 4.x
It would be nice to include some additional and arbitrary metadata in the
camel-catalog, as example, for components:
{code:json}
{
"component": {
"metadata": {
"camel.apache.org/capabilities": "tracing,metrics"
}
}
{code}
This would helps tools to gather some additional information about the various
element of the catalog as well as generating custom catalog with additional
information needed by 3rd party tools.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)