jbosstools / jbosstools-quarkus

Quarkus tooling for Eclipse
https://tools.jboss.org
Apache License 2.0
17 stars 20 forks source link

Visual Route Editor for the Quarkus runtime #198

Closed bvahdat closed 1 year ago

bvahdat commented 1 year ago

My apologizes beforehand if this is the wrong place to ask.

Is the Visual Route Editor for Camel documented below is available for the Quarkus runtime as well, or only Spring-Boot?

https://tools.jboss.org/features/fusetools.html

jeffmaury commented 1 year ago

@apupier can you help ?

apupier commented 1 year ago

It is available only for Camel 2.x with Camel XML DSL. So not Camel Quarkus extension which requires Camel 3

For Camel 3.x, there is Kaoto project which is providing vizualiation for Camel Yaml DSL and thanks to its architecture should be possible to leverage in Eclipse IDE, and so Jboss Tools if there is enough interest for it.

bvahdat commented 1 year ago

Thanks @apupier.

So do I see it right that as per today, having Java-DSL in Quarkus runtime there is no tooling out there to visualize my Camel routing, right?

apupier commented 1 year ago

At design time, there is no tooling to visualize Camel Java-DSL routes. At runtime, for Quarkus in JVM mode, you should be able to use hawt.io.

bvahdat commented 1 year ago

Thanks for the clarification.