While capabilities are a gRPC only feature, it would be nice if the HTTP API also supported returning what capabilities are available, probably under a /capabilities route.
Right now, we have no way of knowing what features downstream users are using. Do they have zstd enabled? What's their max upload size? So on and so forth.
/status doesn't provide all the information that we need.
While capabilities are a gRPC only feature, it would be nice if the HTTP API also supported returning what capabilities are available, probably under a
/capabilitiesroute.Right now, we have no way of knowing what features downstream users are using. Do they have zstd enabled? What's their max upload size? So on and so forth.
/statusdoesn't provide all the information that we need.