Skip to content

Commit 7c8bc58

Browse files
authored
Viridian -> Hazelcast Cloud (#676)
Viridian -> Hazelcast Cloud
1 parent d3392b4 commit 7c8bc58

File tree

10 files changed

+108
-70
lines changed

10 files changed

+108
-70
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Features
143143
- Distributed, CRDT based counter, called **PNCounter**
144144
- Distributed concurrency primitives from CP Subsystem such as
145145
**FencedLock**, **Semaphore**, **AtomicLong**
146-
- Integration with `Hazelcast Viridian <https://viridian.hazelcast.com/>`__
146+
- Integration with `Hazelcast Cloud <https://cloud.hazelcast.com/>`__
147147
- Support for serverless and traditional web service architectures with
148148
**Unisocket** and **Smart** operation modes
149149
- Ability to listen to client lifecycle, cluster state, and distributed

docs/features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ features:
4040
- Client Near Cache Stats
4141
- Client Runtime Stats
4242
- Client Operating Systems Stats
43-
- Hazelcast Viridian Discovery
43+
- Hazelcast Cloud Discovery
4444
- Smart Client
4545
- Unisocket Client
4646
- Lifecycle Service

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Features
105105
- Distributed, CRDT based counter, called **PNCounter**
106106
- Distributed concurrency primitives from CP Subsystem such as
107107
**FencedLock**, **Semaphore**, **AtomicLong**
108-
- Integration with `Hazelcast Viridian <https://viridian.hazelcast.com/>`__
108+
- Integration with `Hazelcast Cloud <https://cloud.hazelcast.com/>`__
109109
- Support for serverless and traditional web service architectures with
110110
**Unisocket** and **Smart** operation modes
111111
- Ability to listen to client lifecycle, cluster state, and distributed

docs/setting_up_client_network.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ their certificate authorities so that the members can know which
108108
clients they can trust. See the
109109
:ref:`securing_client_connection:mutual authentication` section.
110110

111-
Enabling Hazelcast Viridian Discovery
111+
Enabling Hazelcast Cloud Discovery
112112
-------------------------------------
113113

114114
Hazelcast Python client can discover and connect to Hazelcast clusters
115-
running on `Hazelcast Viridian <https://viridian.hazelcast.com/>`__. For this,
116-
provide authentication information as ``cluster_name`` and enable Viridian
117-
discovery by setting your ``cloud_discovery_token`` as shown below.
115+
running on `Hazelcast Cloud <https://cloud.hazelcast.com/>`__. For this,
116+
provide authentication information as ``cluster_name`` and enable Hazelcast
117+
Cloud discovery by setting your ``cloud_discovery_token`` as shown below.
118118

119119
.. code:: python
120120

docs/sql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ The format of the DSN is ``hz://[user:password]@address1:port1[,address2:port2,
542542
The following options are supported:
543543

544544
- ``cluster.name``: Hazelcast cluster name.
545-
- ``cloud.token``: Viridian discovery token.
545+
- ``cloud.token``: Cloud discovery token.
546546
- ``smart``: Enables smart routing when true. Defaults to Python client default.
547547
- ``ssl``: Enables SSL for client connection.
548548
- ``ssl.ca.path``: Path to the CA file.

0 commit comments

Comments
 (0)