Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camel Route diagram enhancements #154

Closed
trfulcher opened this issue Sep 8, 2022 · 1 comment
Closed

Camel Route diagram enhancements #154

trfulcher opened this issue Sep 8, 2022 · 1 comment

Comments

@trfulcher
Copy link

This is less an issue, more an enhancement request.
I'm using the Camel route diagram feature which is pretty neat, but I have two requests - just curious on their feasibility

  1. I've got a bunch of routes which all inherit from the same RouteBuilder that defines a common Exception Handler. When the diagrams render of course the value is slightly buried since the exception handle path is repeated each time (often the steps are more than the underlying route itself). Any chance there could be an option to either suppress rendering this, or some how render once and reference out from each route? I guess that might be tough since it isn't a route in it's own right.
  2. What I would find really useful is if as part of my CI project build the routes diagram could be generated as an svg I could embed as part of documentation. Obviously the stats aspect would not be required. Is there an easy way to basically trigger the diagram generation from a script and write to a file. Having googled around Hawtio seems the closest thing to the diagram format I had in mind
@tadayosi
Copy link
Member

Moved to hawtio/hawtio-next#572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants