You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't seem to be the case for my subscription. Ideally, it would be better if the API could provide metadata about the cluster's production grade via a parameter rather than guessing off of a name.
The text was updated successfully, but these errors were encountered:
When the client tries to infer default creation parameters, it looks for the default cluster data from the params api. To filter for a dev cluster, the clients checks for the name to equal
"Development"
. https://github.com/camunda-community-hub/camunda-cloud-go-client/blob/main/pkg/cc/client/client.go#L111This doesn't seem to be the case for my subscription. Ideally, it would be better if the API could provide metadata about the cluster's production grade via a parameter rather than guessing off of a name.
The text was updated successfully, but these errors were encountered: