Skip to content

Conversation

@tillrohrmann
Copy link
Contributor

The /cluster-health endpoint should not have been publicly exposed. It is no longer used by Restate. Hence, this commit deprecates this endpoint by removing it from the OpenAPI spec as a first step. In v1.7.0, we can then remove this endpoint. The release notes of v1.6.0 should mention the deprecation of this endpoint so that users can stop using it.

This fixes #3898.

The /cluster-health endpoint should not have been publicly exposed. It is no longer
used by Restate. Hence, this commit deprecates this endpoint by removing it from the
OpenAPI spec as a first step. In v1.7.0, we can then remove this endpoint. The release
notes of v1.6.0 should mention the deprecation of this endpoint so that users can
stop using it.

This fixes restatedev#3898.
Comment on lines -24 to -27
summary = "Cluster health",
description = "Get the cluster health.",
operation_id = "cluster_health",
tags = "cluster_health"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want, you can use the tag deprecated = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate cluster-health endpoint

2 participants