mirror of https://github.com/dapr/docs.git
Merge pull request #2925 from ItalyPaleAle/fix-2708
Mark pubsub.hazelcast as deprecated
This commit is contained in:
commit
e1e001f59c
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue