Mark pubsub.hazelcast as deprecated

Fixes #2708

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
ItalyPaleAle 2022-10-31 18:15:26 +00:00
parent 471ad4c117
commit ac919b9fde
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ aliases:
- "/operations/components/setup-pubsub/supported-pubsub/setup-hazelcast/"
---
> **Deprecation notice**: The Hazelcast PubSub component has been deprecated due inherent to lack of support for "at least once" delivery guarantee, and will be removed in a future Dapr release.
## Component format
To setup hazelcast pubsub create a component of type `pubsub.hazelcast`. See [this guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pubsub configuration.

View File

@ -1,6 +1,6 @@
- component: Hazelcast
link: setup-hazelcast
state: Beta
state: Deprecated
version: v1
since: "1.7"
- component: In Memory