spring-cloud-task how to pass messages or flag between two apps

前端 未结 1 399
慢半拍i
慢半拍i 2021-01-26 03:54

I have already made a Ingestion job using spring batch which reads xml file and ingest into AEM and its working fine. Now, I am trying to convert this apps into Spring cloud Tas

相关标签:
1条回答
  • 2021-01-26 04:30

    In the recent 1.2.0.RELEASE, we have released a new feature called the "Composed Tasks". With this, you could define a directed graph that's made of several spring-cloud-task (SCT) applications.

    Each step in your flow can be an independent SCT application, which you can develop, test, and CI/CD in isolation. Once you're ready to orchestrate them as a composed graph, you'd then register and use them in the specially designed composed-task DSL or the drag & drop GUI.

    Checkout this screencast for more details.

    0 讨论(0)
提交回复
热议问题