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.
Warning
The above example uses secrets as plain strings. It is recommended to use a secret store for the secrets as described .
docker run -e JAVA_OPTS="-Dhazelcast.local.publicAddress=127.0.0.1:5701" -p 5701:5701 hazelcast/hazelcast
You can then interact with the server using the .
- Basic schema for a Dapr component
- Read for instructions on configuring pub/sub components