Glenn Renfro

Results 172 comments of Glenn Renfro
trafficstars

Hello. I was unable to reproduce the issue you specified using a fresh Spring Cloud Task application created from start.spring.io and launching the application from SCDF to the K8's platform....

What repository are you obtaining the timestamp sample?

Try the timestamp sample from the Spring Cloud Task project located here: https://github.com/spring-cloud/spring-cloud-task/tree/main/spring-cloud-task-samples/timestamp ``` #Build the app mvn clean install #Build the docker container mvn spring-boot:build-image ```

Hello @azmhyy2021 , SCDF supports the ability to launch an app in multiple platforms. Here is the documentation on setting that up: https://dataflow.spring.io/docs/recipes/multi-platform-deployment/multi-platform-task/#launching-tasks-across-multiple-platforms-from-an-external-spring-cloud-data-flow

Create a new issue. And link to this issue.

LGTM so far. It is a good questions if we can have a common schema (i.e. table creation).

Hello, Just need a little clarification: - What version of SCDF are you using? - What are the steps to reproduce the error? - Are you modifying the queries used...

The primary issue is that the code that generates the paginated query is Batch specific and thus does not include the proper alias for the introduction additional table (from task_batch)...

Can you provide a sample Spring Batch/ Spring Cloud Task app that can be run in CTR that exhibits the behavior? Can you share a composed task definition that exhibits...