Commit Graph

2 Commits

Author SHA1 Message Date
Vishesh Yadav af732673f1
Implement Exclude commands in gRPC (#12603) 2026-01-12 11:38:36 -08:00
Vishesh Yadav 48d9e90d89 Add `fdbctl` library and ControlService gRPC Service
'fdbctl' aims to implement control plane layer for FoundationDB.
This includes general operations related to cluster management,
getting service health etc. This is all exposed via ControlService
with interface described in 'control_service.proto'.

Eventually 'fdbcli' and 'ControlService' can both reuse 'fdbctl'
in library much of what 'fdbcli' does is within scope of this
component.
2025-11-05 18:22:44 -08:00