Glenn Renfro
Glenn Renfro
We wish to thank you for all your contributions to the project! Closing this PR in preparation for archiving this repository.
Hello, SCDF 2.11.5 only supports the Boot 2 implementation of CTR. Looking at the stack trace above it looks like it is from the BOOT-3 implementation of CTR. If you...
CTR 2.11.5 can launch Boot 3 applications. So don't use CTR 3.0.0 with SCDF 2.11.5.
To clarify. Its CTR that is throwing the `JobInstanceAlreadyCompleteException` exception?
Can you share with us the deployer and app properties (sensitive information redacted) you are using? Currently we are unable to reproduce.
Hello @cbonami , Assuming `**Arguments:**` is for CTR you should not set `--spring.cloud.task.schemaTarget: boot3` nor `--spring.batch.jdbc.table-prefix: BOOT3_BATCH_` for the CTR. Since it is a Boot2 Application. CTR is a Boot...
Are you deleting the previous task-executions of your CTR before launching the new one?
Hello @anludke , Thank you for the question. * SCDF 2.11.x is end of OSS support. Therefore will not be upgraded to run on SB(Spring Boot) 3.x. * SCDF 2.11.x...
Here is a section in the documentation that discusses `resourcesPreset`: https://dataflow.spring.io/docs/installation/kubernetes/helm/#resource-requests-and-limits
Just to verify did you follow the format shown here: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L13C13-L13C36?