chore: add more fields to DdlManagerConfigureContext (#7310)

* feat: add more context for configurator

* move the flow grpc configure context to plugins crate

* move context to plugins crate

* add more fields

* fix: cargo check

* refactor: some

* refactor some

* adjust context

* fix: cargo check

* fix: ut
This commit is contained in:
fys
2025-12-01 16:03:12 +08:00
committed by GitHub
parent 18875eed4d
commit e107030d85
12 changed files with 101 additions and 42 deletions

2
Cargo.lock generated
View File

@@ -9501,6 +9501,7 @@ name = "plugins"
version = "1.0.0-beta.2"
dependencies = [
"auth",
"catalog",
"clap 4.5.40",
"cli",
"common-base",
@@ -9509,6 +9510,7 @@ dependencies = [
"datanode",
"flow",
"frontend",
"meta-client",
"meta-srv",
"serde",
"snafu 0.8.6",