szopal
szopal
Maybe it's not error but I don't know - Is SCDF support mTLS for OAuth login? I need connect to my credentials provider (ADFS) with mTLS.
I noticed that when define in SCDF schedule for some task (so SCDF create CronJobs), and this CronJobs launch Jobs, logs can't be retrieve. I check code in KubernetesTaskLauncher class...
I would like to define flow as below: 1. Run first task task-cal 2. If task-cal end with exitMessage PERMIT then run task-permit 3. If task-cal end with any other...
I created a task schedule with properties: ``` app.myparam=value scheduler.myparam2=2 deployer.task-process.kubernetes.environmentVariables=JAVA_TOOL_OPTIONS=-Xmx512M deployer.task-process.kubernetes.limits.memory=1024M deployer.task-process.kubernetes.requests.memory=1024M ``` So the properties are passed as SCDF hint: ``` Parameters should start with an app. or...
I can see problem with pass common parameters like data source parameter to all child Task. For example if I have 2 task (Task1 and Task2) I have to pass...
Hi, In our project we use Spring Cloud Task + Spring Batch - we would like to increase performance and memory efficiency by using MyBatisPagingItemReader but it seems like params...
Hi, In our project we use Spring Cloud Task + Spring Batch - we would like to increase performance and memory efficiency by using MyBatisCursorItemReader but: - MyBatisCursorItemReader required autocommit...
SCDF 2.10.x. and 2.11.x doesn't allow define schedule with Cron Expression CRON_TZ=CET 37 04 * * *
From kubernetes 1.29 it doesn't support CRON_TZ expression. [https://www.yuribacciarini.com/k8s-setup-timezone-on-cronjob/](https://www.yuribacciarini.com/k8s-setup-timezone-on-cronjob/) It seem's that SCDF has old library from fabric8 because I can't see propertise withTimeZone in KubernetesScheduler in library io.fabric8 kubernetes-client...
I've defined simple CTR which has 2 task (the same) - but with different label (both). After launch CTR in SCDF, I've got error: `Caught exception while handling a request...
After upgrade mybatis version to 3.0.3 I can't customize SqlSessionFactory because I can't set mybatis properties configuration like I did in 2.3.1 ``` @Bean @ConfigurationProperties(prefix = MybatisProperties.MYBATIS_PREFIX) public SqlSessionFactory sqlSessionFactoryBean(final...