feat(manager): make check status from flink batch

This commit is contained in:
2024-12-07 01:09:25 +03:30
parent d1a715deea
commit 2c25323e62
12 changed files with 109 additions and 41 deletions

3
go.mod
View File

@@ -4,7 +4,7 @@ go 1.23.2
require (
gitea.com/logicamp/lc v1.14.6
github.com/logi-camp/go-flink-client v0.1.3
github.com/logi-camp/go-flink-client v0.2.0
github.com/matoous/go-nanoid/v2 v2.1.0
github.com/tidwall/buntdb v1.3.2
go.uber.org/zap v1.27.0
@@ -24,6 +24,7 @@ require (
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/samber/lo v1.47.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)