Updated per feedback

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
ItalyPaleAle 2022-12-05 18:30:48 +00:00
parent a0006f8ce1
commit 28f05d286b
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,9 @@ aliases:
- "/operations/components/setup-pubsub/supported-pubsub/setup-hazelcast/"
---
> **Deprecation notice**: 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 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

@ -2,7 +2,7 @@
link: setup-hazelcast
state: Deprecated
version: v1
since: "1.7"
since: "1.9"
- component: In Memory
link: setup-inmemory
state: Beta