Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
62 views

I am trying to run a Spring Batch task in Spring Cloud Data Flow (SCDF), but every time I execute it, the task status remains unknown, and I get the following error in the logs: stdout: . ____ ...
Black Jinsoul's user avatar
0 votes
0 answers
126 views

I have my custom command line runner implementation which add a job parameter in run method. I'm invoking my spring task from a SCDF task scheduler. The problem is my commandlinerunner run is not not ...
Sai shanthan's user avatar
0 votes
0 answers
55 views

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 ...
Sai shanthan's user avatar
0 votes
1 answer
66 views

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 ...
Ramkumar Jothis's user avatar
0 votes
1 answer
40 views

Spring boot 2.5.4 My problem is that i dont't succeed in managing transactions : while i annotate my service layer and dao with @Transactionnal, when i have successive dao call in the same service ...
Damien Tacheron's user avatar
0 votes
1 answer
125 views

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 ...
Arti Prajapati's user avatar
1 vote
2 answers
293 views

Spring Batch application is failing to start up with Spring Boot 3.0.16. Previously it was on Spring Boot 2.7.18(using Spring Boot managed Spring Batch version). My application connects to MS SQL ...
rkand's user avatar
  • 11
0 votes
1 answer
89 views

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. ...
Jaswinder K's user avatar
0 votes
1 answer
121 views

I tried to implement Spring Cloud Task in my application and from reading documentation I understood that it uses relational database to store the state of the Spring Cloud Task. But in the ...
Mykoliux's user avatar
  • 163
0 votes
1 answer
370 views

I am writing a spring cloud task(Spring Boot 3, Java 17) that reads a flat file and inserts it into a database. So this is a multiple databases scenario. Running via SpringCloud dataflow server 2.112,...
Jaswinder K's user avatar
1 vote
1 answer
940 views

I've been working for a few days on a Spring Batch (4.3.10) on Spring Cloud Task (2.4.6) all via Spring Boot (2.7.18). I'm going crazy trying to figure out how to configure my application and ...
Alberto Favaro's user avatar
0 votes
0 answers
90 views

We are using Spring Cloud Data Flow running in Kubernetes platform. Sometimes when we run large number of partitions (pods), some partitions are failing. We want to restart those failed tasks only. ...
Madhu's user avatar
  • 31
0 votes
1 answer
132 views

I'd like to run a Task (or create a new Task and run it) whom execution will trigger deployment and execution of a specified (on task level) version of the linked application. I don't find how to do, ...
Damien Tacheron's user avatar
0 votes
0 answers
85 views

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 ...
17_4088_ Subashini.S's user avatar
0 votes
0 answers
105 views

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 ...
ThunderBoy's user avatar

15 30 50 per page
1
2 3 4 5
19