feat: update flink http client library

This commit is contained in:
2025-04-07 11:28:33 +03:30
parent c991215a9d
commit 2dd625ec7c
4 changed files with 6 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ func (job *ManagedJob) Run(restoreMode bool) error {
EntryClass: job.def.Spec.EntryClass,
SavepointPath: savepointPath,
Parallelism: job.def.Spec.Parallelism,
ProgramArg: job.def.Spec.Args,
ProgramArgsList: job.def.Spec.Args,
})
if err == nil {
pkg.Logger.Info("[managed-job] [run] jar successfully ran", zap.Any("run-jar-resp", runJarResp))