【问题标题】:setting up stand alone spring batch job admin portal for existing jobs为现有作业设置独立的春季批处理作业管理门户
【发布时间】:2019-04-02 15:12:55
【问题描述】:

目前,我在 spring-batch 2.1 中开发了 spring 批处理作业

因为作业太多,而且它们运行良好很长时间 - 所以升级到最新版本需要一些时间。

到那时我想设置spring批处理管理门户到目前为止还没有找到任何可靠的解决方案

【问题讨论】:

  • Spring Batch Admin 不再受支持,目前不建议将其用于生产环境。您是否尝试过将任何工作升级到最新版本?除了非识别参数的作业存储库更改之外,它可能并不难......
  • 非常感谢您的帮助

标签: spring-batch spring-batch-admin


【解决方案1】:

张贴以供参考

决定用spring cloud数据流更进一步——

我们需要对现有的 Spring 批处理作业进行最小的更改 - 所以这就是我们所做的

Spring batch upgrade - to - Spring batch 3.0.1
and then use -   spring-boot-starter-batch 1.1.4 

这帮助我们构建了一个批处理管理工具 - 使用 spring 云数据流和 spring 批处理作业。

我们从 Baeldung 引用了这个博客

BATCH_Processing_with_SPRING_CLOUD_DATA_FLOW

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-05-12
    • 2012-10-19
    • 1970-01-01
    • 2014-06-30
    • 1970-01-01
    • 2021-12-17
    • 2018-02-23
    相关资源
    最近更新 更多