feat: update flink http client library
This commit is contained in:
parent
2dd625ec7c
commit
22c7d712f4
2
go.mod
2
go.mod
@ -5,7 +5,7 @@ go 1.23.2
|
|||||||
require (
|
require (
|
||||||
github.com/danielgtaylor/huma/v2 v2.27.0
|
github.com/danielgtaylor/huma/v2 v2.27.0
|
||||||
github.com/gofiber/fiber/v2 v2.52.6
|
github.com/gofiber/fiber/v2 v2.52.6
|
||||||
github.com/logi-camp/go-flink-client v0.2.1
|
github.com/logi-camp/go-flink-client v0.2.0
|
||||||
github.com/samber/lo v1.47.0
|
github.com/samber/lo v1.47.0
|
||||||
go.uber.org/zap v1.27.0
|
go.uber.org/zap v1.27.0
|
||||||
k8s.io/apimachinery v0.31.3
|
k8s.io/apimachinery v0.31.3
|
||||||
|
|||||||
@ -43,7 +43,7 @@ func (job *ManagedJob) Run(restoreMode bool) error {
|
|||||||
EntryClass: job.def.Spec.EntryClass,
|
EntryClass: job.def.Spec.EntryClass,
|
||||||
SavepointPath: savepointPath,
|
SavepointPath: savepointPath,
|
||||||
Parallelism: job.def.Spec.Parallelism,
|
Parallelism: job.def.Spec.Parallelism,
|
||||||
ProgramArgsList: job.def.Spec.Args,
|
ProgramArg: job.def.Spec.Args,
|
||||||
})
|
})
|
||||||
if err == nil {
|
if err == nil {
|
||||||
pkg.Logger.Info("[managed-job] [run] jar successfully ran", zap.Any("run-jar-resp", runJarResp))
|
pkg.Logger.Info("[managed-job] [run] jar successfully ran", zap.Any("run-jar-resp", runJarResp))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user