diff --git a/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-subscribe-statefulset.md b/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-subscribe-statefulset.md index 37d2d403c..9e7b914e8 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-subscribe-statefulset.md +++ b/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-subscribe-statefulset.md @@ -1,8 +1,8 @@ --- type: docs -title: "How to: Subscribe to messages using StatefulSet" -linkTitle: "How to: Subscribe with StatefulSet" -weight: 2000 +title: "How to: Horizontally scale subscribers with StatefulSets" +linkTitle: "How to: Horizontally scale subscribers with StatefulSets" +weight: 6000 description: "Learn how to subscribe with StatefulSet and scale horizontally with consistent consumer IDs" --- @@ -91,4 +91,4 @@ spec: - Try the [pub/sub tutorial](https://github.com/dapr/quickstarts/tree/master/tutorials/pub-sub). - Learn about [messaging with CloudEvents]({{< ref pubsub-cloudevents.md >}}) and when you might want to [send messages without CloudEvents]({{< ref pubsub-raw.md >}}). - Review the list of [pub/sub components]({{< ref setup-pubsub >}}). -- Read the [API reference]({{< ref pubsub_api.md >}}). \ No newline at end of file +- Read the [API reference]({{< ref pubsub_api.md >}}).