【问题标题】:Apache Camel Routes on Pivotal Cloud FoundryPivotal Cloud Foundry 上的 Apache Camel 路由
【发布时间】:2017-04-18 09:52:14
【问题描述】:

我们很少有通过 apache camel routes 和 qaurtz 调度程序实现的调度作业。我们正在将我们的应用程序迁移到关键的云代工厂。 Pivotal cloud Foundry 是否支持 apache 骆驼路由?

【问题讨论】:

    标签: apache-camel cloud-foundry


    【解决方案1】:

    为什么不呢?它们在 java 容器中运行。查看我在 Spring Boot 中使用 Cloud Foundry 清单运行的示例:https://github.com/amaline/camel-example.git

    【讨论】:

      【解决方案2】:

      Cloud Foundry (CF) 支持通过针对不同技术的所谓构建包部署应用程序。例如,如果您的应用程序在 JVM 上运行,则需要将其部署到具有相应 Java Build Pack 的 CF。 将 Camel 路由部署到 CF 的一种常见方法是将 Camel 路由打包为 Spring Boot Java 应用程序,然后使用 Java 构建包将它们部署到 CF。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2016-10-05
        • 2021-02-03
        • 1970-01-01
        • 1970-01-01
        • 2017-09-26
        相关资源
        最近更新 更多