Spring Cloud Task allows a user to develop and run short lived microservices using Spring Cloud and run them locally, in the cloud, even on Spring Cloud Data Flow. Just add @EnableTask and run your app as a Spring Boot app (single application context).
Questions tagged [spring-cloud-task]
261 questions
0
votes
1 answer
Restricting Spring Cloud Task instances
Will there be any such feature/support where only one instance of a task is allowed to execute at any given time and other instances of the same task will not be launched ?
Kind regards.

Hasnain
- 1,879
- 2
- 13
- 12
-1
votes
1 answer
Spring batch - Could not commit JDBC transaction; nested exception is java.sql.SQLTransactionRollbackException
I am using spring cloud data flow 2.7.1 with mysql 5.7.24 which executes a task with job related. the architecture used is Externalizing Batch Process Execution - remote partitioning (manger,worker) each partition is read from rabbitmq and there are…

Ivan Gallo
- 1
- 2
-1
votes
1 answer
Spring Cloud Deployer Local is unable to spin up worker remote partitions when server.port property is set in master's application properties file
I am trying to build a batch service in an existing application that has server.port=8080 property configured in application.properties file. When I run the batch process and Spring Batch trying to bring up remote partitions(separate JVMs), spring…

Kranthi
- 37
- 6
-1
votes
1 answer
Orchestration of batch job into a microservices architecture - SCDF
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…

Yassin Abid
- 315
- 2
- 5
- 12
-1
votes
1 answer
Registering Spring Batch application in Spring Cloud data flow in Linux
I have deployed my spring batch application to a Linux environment and my SCDF local server also, now I want to register my spring batch application to SCDF. In windows, i did it by giving the jar file path. eg: file:///filePath/fineName. In Linux i…

Jagadheeswaran Mohan
- 339
- 1
- 3
- 18
-2
votes
1 answer
Spring cloud data flow and Oracle FCF
We have experience with Spring XD for the past couple of years and now in process of migrating towards Spring Cloud Data Flow. We are using Oracle RAC cluster as job repository(For HA at database level).
To get true HA with Oracle RAC, JDBC Client…

sadineni
- 3
- 2