Merge pull request #2925 from ItalyPaleAle/fix-2708

Mark pubsub.hazelcast as deprecated
This commit is contained in:
Hannah Hunter 2022-12-08 16:39:58 -06:00 committed by GitHub
commit e1e001f59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,10 @@ aliases:
- "/operations/components/setup-pubsub/supported-pubsub/setup-hazelcast/"
---
{{% alert title="Deprecation notice" color="warning" %}}
The Hazelcast PubSub component has been deprecated due to inherent lack of support for "at least once" delivery guarantee, and will be removed in a future Dapr release.
{{% /alert %}}
## 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,8 +1,8 @@
- component: Hazelcast
link: setup-hazelcast
state: Beta
state: Deprecated
version: v1
since: "1.7"
since: "1.9"
- component: In Memory
link: setup-inmemory
state: Beta