86 Commits

Author SHA1 Message Date
b33dc0ba1d fix: resolve finalize is not working in some cases 2025-03-09 02:17:59 +03:30
346f69100c fix: resolve missing restrict resources namespace 2025-03-04 23:55:28 +03:30
75d0557286 fix(helm): missing namespace env for operator container 2025-03-04 23:14:41 +03:30
012c525915 feat(helm): add clusterId to values 2025-03-04 18:05:01 +03:30
550b6882e1 fix(helm): missing kubernetes.cluster-id option in flink cluster 2025-03-04 17:46:32 +03:30
55dbe9f8c2 feat: add debug logs 2025-02-18 23:08:19 +03:30
1ff69e086f fix(log): add log 2025-01-25 01:05:17 +03:30
e60b96cac7 feat(docker): add jnanoid and jdbc connector jar files 2025-01-24 18:13:32 +03:30
222d70125c fix(helm): missing checkpoint interval configuration 2025-01-18 01:32:56 +03:30
9629e70ed7 fix(savepoint): wrong savepoint path in download savepoint route 2025-01-18 01:32:24 +03:30
e32addcea5 fix(helm): missing checkpoint interval configuration 2025-01-18 01:31:53 +03:30
625d5056e6 feat: merge operator to flink deployment 2025-01-18 01:14:40 +03:30
6591748d16 fix: resolve savepoint trigger no SavepointTriggerId problem 2025-01-18 00:31:05 +03:30
8f3c32ed95 fix: resolve missing handle job not found 2025-01-17 22:48:29 +03:30
4bbb027c41 fix: resolve job start after pause bug 2025-01-17 21:16:38 +03:30
896d45e15a fix: resolve crash operator in some cases 2025-01-17 21:11:17 +03:30
322877ad8e fix: resolve job start after pause bug 2025-01-17 21:09:53 +03:30
5066dc650f feat: add start and trigger savepoint routes 2025-01-17 20:27:32 +03:30
c977c8a15d feat: add download savepoint route 2025-01-17 18:34:06 +03:30
ef7b16af68 feet: add finalizer 2025-01-11 00:25:57 +03:30
14aba80181 feat: separate job-manager and task-manager containers 2025-01-10 12:39:54 +03:30
4cd00f25f0 feat: limit control to single current only namespace 2025-01-10 12:30:15 +03:30
0df874b222 feat: add rest routes to take the control of flink jobs 2025-01-09 00:22:53 +03:30
4dd82c6380 ci(docker): flink docker > add jdbc and postgress cdc and postgres sink jars 2024-12-26 22:20:57 +03:30
e4f756666d fix: missing savepoint path env in operator deployment 2024-12-25 01:46:20 +03:30
0bc45845dc fix(flink): wrong upload dir prop 2024-12-20 18:09:55 +03:30
b8e051911e fix(flink): wrong upload dir prop 2024-12-20 18:05:38 +03:30
b6e2838756 feat(flink): add readiness and liveness probe 2024-12-20 17:57:55 +03:30
8fa99f4ea8 fix(flink): wrong ha path 2024-12-20 17:56:13 +03:30
23a4de92e4 fix: missing ha pvc 2024-12-20 17:22:32 +03:30
37936c8c58 feat: separate ha and checkpoint pvc 2024-12-20 17:12:51 +03:30
4ed533f284 fix(manage-job): missing patch kube resource after run job 2024-12-20 14:45:29 +03:30
00030195c8 perf(helm): flink-deployment > remove unneeded mount 2024-12-19 00:40:16 +03:30
7e33fd6cef fix: wrong life-cycle-status after job failed 2024-12-18 11:12:08 +03:30
5bc047dbd1 feat(managed-job): add args and parallelism param to run flink job method 2024-12-18 11:08:21 +03:30
07b8a36e63 feat: add avro and exp4j jar 2024-12-18 10:51:53 +03:30
5e3f093f08 feat: handle job run error and change life-cycle status 2024-12-18 10:08:30 +03:30
03fe9910a3 feat: add clickhouse and postgres support 2024-12-16 09:28:26 +03:30
438296ec35 docs: update readme for helm repo 2024-12-15 10:27:34 +03:30
6a475c7755 feat: add repo for helm chart 2024-12-15 10:24:38 +03:30
a3a806a54f Merge remote-tracking branch 'origin/feature/kube-crd-control' 2024-12-15 10:16:46 +03:30
9086f6664e fix: resolve leftover jar file issue after upload 2024-12-13 20:12:52 +03:30
9f36dca7c9 fix: prevent concurrent jobs map writes by adding synchronization
This fix prevents undefined behavior and runtime crashes in multithreaded
use cases.
2024-12-13 20:11:58 +03:30
02d8f0b02e fix: resolve remain jar file after upload 2024-12-13 19:51:26 +03:30
d36b9c30df fix: resolve issue with jar upgrade not uploading new jar
Ensure the new jar is properly uploaded during an upgrade process. Previously, the jar was not replaced as expected.
2024-12-13 19:41:59 +03:30
699cf12f72 fix(savepoint): periodically savepoint bug 2024-12-13 15:11:36 +03:30
444cfc7061 feat: optimize logs 2024-12-13 15:06:02 +03:30
08407afe1e fix(jar): not returned error on download returns not 200 resp 2024-12-13 15:01:21 +03:30
9b219d967e feat: handle upgrade job 2024-12-13 15:00:43 +03:30
89702d287a fix(savepoint): missing savepoint path env and not handled savepoint errors 2024-12-13 14:57:55 +03:30