简体   繁体   English

可视化来自 Java DSL 的 Camel 路由

[英]visualize Camel routes from Java DSL

Is there a way to visualize Camel routes from Java DSL?有没有办法从 Java DSL 可视化 Camel 路由? If so what is the best way to do this?如果是这样,最好的方法是什么? If not are there any work arounds to visualize Camel routes from Java DSL?如果没有,是否有任何解决方法来可视化来自 Java DSL 的 Camel 路由?

Yes!是的! You can use hawt.io to visualise the camel routes.您可以使用hawt.io来可视化骆驼路线。

It's very easy to use.它非常容易使用。 Just plug it in to a running application with a valid Camel context, and you can visualise your routes.只需将其插入到具有有效 Camel 上下文的正在运行的应用程序中,您就可以可视化您的路线。

https://hawt.io/ https://hawt.io/

I have created a simple open-source project to visualize Apache Camel routes written in Java DSL.我创建了一个简单的开源项目来可视化用 Java DSL 编写的 Apache Camel 路由。

骆驼网

You can find the code and instructions how to set it up on GitHub: https://github.com/BenjaminBrandmeier/camel-net您可以在 GitHub 上找到如何设置它的代码和说明: https : //github.com/BenjaminBrandmeier/camel-net

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM