Skip to content

Commit 28f05d2

Browse files
committed
Updated per feedback
Signed-off-by: ItalyPaleAle <[email protected]>
1 parent a0006f8 commit 28f05d2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ aliases:
77
- "/operations/components/setup-pubsub/supported-pubsub/setup-hazelcast/"
88
---
99

10-
> **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.
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 %}}
1113

1214
## Component format
1315
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.

daprdocs/data/components/pubsub/generic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
link: setup-hazelcast
33
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)