Glenn Renfro

Results 172 comments of Glenn Renfro
trafficstars

Since this task was launched by the cronjob Data flow does not have the external execution id. Without this external execution id data flow can not obtain the log. However...

Hello @szopal , Just wanted to clarify your request. By default SCDF passes the `spring.datasource.*` property information to the composed task runner. Each task that is launched by the composed...

@sabbyanandan No other comment, other than we probably can add this as a feature to CTR.

A work around can be to pull down the SCDF project from github for the current release you are using and : 1) cd to the spring-cloud-dataflow-composed-task-runner module 2) Add...

@sabbyanandan do we want to explore annotated CTR option? i.e. @EnableComposedTaskRunner

Hello @guoyiang, Thank you for your feedback. Let's explore this topic a bit more. When you say task, do you mean the `Task App` or the `Task Definition`? For your...

@guoyiang I had a discussion with the team on this topic. So we created the following issue to handle what you have discussed. https://github.com/spring-cloud/spring-cloud-dataflow/issues/4423 This should address your request. Thank...

What was reported by the SCDF Log?

In this case it seems we need to create a story for Spring Cloud Task to support multiple partition handlers.

In your stack trace there are more than one `PlatformTransactionManger` that was found. In this case you need to specify which transaction manager you want to use. For example: ```...