Skip to content

Commit e1e001f

Browse files
authored
Merge pull request #2925 from ItalyPaleAle/fix-2708
Mark pubsub.hazelcast as deprecated
2 parents f5bccb7 + 28f05d2 commit e1e001f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

daprdocs/content/en/reference/components-reference/supported-pubsub/setup-hazelcast.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ aliases:
77
- "/operations/components/setup-pubsub/supported-pubsub/setup-hazelcast/"
88
---
99

10+
{{% alert title="Deprecation notice" color="warning" %}}
11+
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.
12+
{{% /alert %}}
13+
1014
## Component format
1115
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.
1216

daprdocs/data/components/pubsub/generic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
- component: Hazelcast
22
link: setup-hazelcast
3-
state: Beta
3+
state: Deprecated
44
version: v1
5-
since: "1.7"
5+
since: "1.9"
66
- component: In Memory
77
link: setup-inmemory
88
state: Beta

0 commit comments

Comments
 (0)