gnuhpc opened a new pull request, #631:
URL: https://github.com/apache/fluss-rust/pull/631

   ## What
   
   Adds 27 new admin methods to `FlussAdmin`, consuming the message wrappers 
from #629/#630:
   
   - Database/table extensions: `list_database_summaries`, `alter_database`, 
`alter_table`, `get_table_stats`
   - KV snapshot operations: `get_latest_kv_snapshots`, 
`get_kv_snapshot_metadata`, `create_kv_snapshot_lease`, `get_lake_snapshot`
   - ACL management: `create_acls`, `list_acls`, `drop_acls`
   - Cluster configuration: `describe_cluster_configs`, `alter_cluster_configs`
   - Server management: `add_server_tag`, `remove_server_tag`, `rebalance`, 
`list_rebalance_progress`, `cancel_rebalance`
   - Producer offsets: `register_producer_offsets`, `get_producer_offsets`, 
`delete_producer_offsets`
   - Monitoring: `get_cluster_health`, `list_remote_log_manifests`
   - KV snapshots: `list_kv_snapshots`, `release_kv_snapshot_lease`, 
`drop_kv_snapshot_lease`
   
   (The proto-compat fix for `scanner.rs` / `admin.rs` lives in #628 so that PR 
leaves the tree building.)
   
   ## Stack
   
   Part **4/6**, stacked on #630 → #629 → #628. All target `main`.
   
   🤖 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]

Reply via email to