Replies: 2 comments 11 replies
-
|
Hello, let me ask a quick question. How does the data look like you want to inject into the catalog generation. Is it as described a json file containing your custom components data? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We use the standard camel custom component. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
I do use camel a long time now and have developed our own custom components.
I did a test by adding components by hand in the kaoto catalog. That works as we want. Both methods did work: 1- serving the enhanced kaoto catalog by a webserver and copying the catalog into the extension folder. That take a lot time.
Better it is better to use the java catalog-generator project. But after staring for hours to the java code we did not find a good point to extend the code in using our custom components.json.
Is it possible to extend the camel catalog with own custom components before processing start by kaoto? Our java project does generate the camel component json for every component. And we have a maven plugin for collecting all the separated json files into one.
What is a good place to start extending the camel catalog?
Beta Was this translation helpful? Give feedback.
All reactions