gnuhpc opened a new pull request, #629: URL: https://github.com/apache/fluss-rust/pull/629
## What Adds request/response message wrappers for the core 1.x DB/table admin RPCs: `AlterClusterConfigs`, `AlterDatabase`, `AlterTable`, `CreateAcls`, `DescribeClusterConfigs`, `DropAcls`, `GetTableStats`, `ListAcls`, `ListDatabaseSummaries`. Each is a thin wrapper over the generated `proto::` types (from #628) wired into `rpc/message/mod.rs`. The admin client methods that consume them land in a later PR. ## Stack Part **2/6** of the Fluss 1.x Rust support series, stacked on #628 (`pr/1-proto-sync`). Each branch in the stack compiles on top of its predecessor, so all PRs here target `main`; once #628 merges, this PR's diff automatically reduces to just the 9 message files unique to this branch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
