Black Jinsoul · Stack Overflow

Score of 0

0 answers

62 views

Task schedule data flow , send current time stamp as argument

I’m using SCDF to create tasks and task schedules. My task accepts current timestamp as the job parameter. But I’m unable to pass the current timestamp using —arguments . Can anyone help me in ...

  • reputation score 21

Score of 0

1 answer

76 views

Spring Cloud Dataflow Server - NoSQL / MongoDB Database support

The latest milestone release for Spring batch (5.2.0-M2) has added support for MongoDB. Spring cloud dataflow server still requires an RDMBS (MySQL, PostgreSQL etc). Is there a feature request already ...

  • reputation score 13

Score of 0

1 answer

140 views

Spring cloud data flow cannot find driver class at startup

I'm trying to up spring cloud data flow in my local. By default SCDF use h2 as primary database to store meta information. In my cloud-task-batch application all the properties related to database are ...

  • reputation score 1

Score of 0

1 answer

97 views

Spring Cloud Data Flow - Passing secret to the Cloud Task

How to pass the secrets to a cloud task when executing through Spring Cloud Data Flow. I am trying to set the secrets using deployer properties but it's not working Thanks for your help in advance. ...

  • reputation score 71

Score of 0

0 answers

87 views

Spring cloud task(composed Task) restart from the failed job

I have a spring cloud composed task which has nearly 10 jobs . If any of the job fails from the composed task, I have to continue the flow from the failed job. For Eg: After launching the composed ...

  • reputation score 3

Score of 0

0 answers

107 views

SCDF Task Kubernetes Persistent Volume attachment

I have created a simple spring cloud task project, which will generate a file and add to local folder. I am using SCDF(Spring cloud data flow) and kubernetes for deployment. I need to generate file to ...

  • reputation score 1

Read the original on stackoverflow.com ↗