temporalio / api

Temporal gRPC API and proto files
https://temporal.io
MIT License
77 stars 65 forks source link

[Feature Request] `/cluster-info` should just be `/cluster` #428

Closed cretz closed 1 week ago

cretz commented 2 weeks ago

Describe the solution you'd like

We should only have roots of /namespaces (cloud-capable data plane), /cluster (self-hosted only), and /system-info (namespaceless static call). Make GetClusterInfo just be /cluster, not /cluster-info.