【问题标题】:What is the recommend rest component for rest DSL [closed]什么是休息 DSL 的推荐休息组件 [关闭]
【发布时间】:2018-05-17 06:30:18
【问题描述】:

我在 EAP 上使用 fuse6.3,在 ocp 上使用 FIS2.0,其余 DSL 集成了以下 Camel 组件:

Servlet component (camel-servlet).
Spark-Rest component (camel-spark-rest).
Netty HTTP component (camel-netty-http).
Netty4 HTTP component (camel-netty4-http).
Jetty component (camel-jetty).
Restlet component (camel-restlet). 

上述组件有详细描述供参考,但我们想知道,从最佳实践来看,是否有任何高级指南可能是最佳选择?

最好的问候

【问题讨论】:

标签: apache-camel jbossfuse


【解决方案1】:
I use choice
JBOSS Fuse 6.x,7.x camel-netty4-http
Apache Camel 3.x camel-netty-http
servlets camel-servlet
component note
camel-servlet goes well with spring-boot with embedded tomcat
camel-spark producer only
camel-jetty consumer only
camel-restlet deprecated and has been removed in camel 3.x
camel-netty-http producer and consumer

我为什么选择netty?未来版本的 Camel 支持 camel-netty-http,它可以用作生产者和消费者。

【讨论】:

    猜你喜欢
    • 2011-09-03
    • 2019-06-29
    • 1970-01-01
    • 2019-12-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多