Newest 'spring-cloud-dataflow' Questions
Spring Cloud data flow docker connection
I have created a Spring Batch app and packaged it as a JAR file. However, when I try to upload it to SCDF (running inside a Docker container), SCDF can't access the JAR file, and I'm not sure how to ...
-1 votes
1 answer
97 views
Spring cloud data flow java version mismatch
i am following the documentation tutorial of spring cloud data flow and when i try to run the default task timestamp i face this error : stderr: Error: LinkageError occurred while loading main class ...
0 votes
0 answers
58 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 ...
TIMEZONE issues in apps deployed with SCDF
I've deployed locally with docker and tried different settings, but the timestamp of the task is not applied as I want. services: mysql: image: mysql:5.7 container_name: dataflow-mysql ...
0 votes
1 answer
36 views
Can I change binding destination naming rule?
I want to change binding destination name separator. For example, given stream name is "inflow" and application name is "parsing", I want to change inflow.parsing to inflow-parsing....
0 votes
1 answer
33 views
remove app.<application name> dataflow Spring Cloud
Is there a way to remove app. from the application.properties on the dataflow ?? I'm trying to launch a batch on dataflow with some properties. These properties are loaded from another project so they ...
0 votes
0 answers
108 views
Unable to create scheduled Tasks in SCDF - 2.11.0
I am using SCDF version 2.11.0 . Earlier I am able to create schedule tasks with CRON_TZ and it was working fine . Recently , not able to create schedule with CRON_TZ . We are getting the below error ,...