-1

i have a microservice which he have 5 embeded batch job that runs every night at 00:00 , i want to outsource those batches using Spring Cloud DataFlow , my questions are :

-how can i connect SCDF to the actual microservice for local deployment -is there an alternative to get a scheduler in SCDF for local deployment

Yassin Abid
  • 315
  • 2
  • 5
  • 12

1 Answers1

0

Spring Cloud Data Flow uses Spring Cloud Skipper to deploy and launch. This question seems similar to your query. Does spring-cloud-dataflow provide support for scheduling applications defined as tasks?