Skip to content

Commit

Permalink
Viridian -> Hazelcast Cloud (#676)
Browse files Browse the repository at this point in the history
Viridian -> Hazelcast Cloud
  • Loading branch information
yuce committed May 17, 2024
1 parent d3392b4 commit 7c8bc58
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 70 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Features
- Distributed, CRDT based counter, called **PNCounter**
- Distributed concurrency primitives from CP Subsystem such as
**FencedLock**, **Semaphore**, **AtomicLong**
- Integration with `Hazelcast Viridian <https://viridian.hazelcast.com/>`__
- Integration with `Hazelcast Cloud <https://cloud.hazelcast.com/>`__
- Support for serverless and traditional web service architectures with
**Unisocket** and **Smart** operation modes
- Ability to listen to client lifecycle, cluster state, and distributed
Expand Down
2 changes: 1 addition & 1 deletion docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ features:
- Client Near Cache Stats
- Client Runtime Stats
- Client Operating Systems Stats
- Hazelcast Viridian Discovery
- Hazelcast Cloud Discovery
- Smart Client
- Unisocket Client
- Lifecycle Service
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Features
- Distributed, CRDT based counter, called **PNCounter**
- Distributed concurrency primitives from CP Subsystem such as
**FencedLock**, **Semaphore**, **AtomicLong**
- Integration with `Hazelcast Viridian <https://viridian.hazelcast.com/>`__
- Integration with `Hazelcast Cloud <https://cloud.hazelcast.com/>`__
- Support for serverless and traditional web service architectures with
**Unisocket** and **Smart** operation modes
- Ability to listen to client lifecycle, cluster state, and distributed
Expand Down
8 changes: 4 additions & 4 deletions docs/setting_up_client_network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ their certificate authorities so that the members can know which
clients they can trust. See the
:ref:`securing_client_connection:mutual authentication` section.

Enabling Hazelcast Viridian Discovery
Enabling Hazelcast Cloud Discovery
-------------------------------------

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

.. code:: python
Expand Down
2 changes: 1 addition & 1 deletion docs/sql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ The format of the DSN is ``hz://[user:password]@address1:port1[,address2:port2,
The following options are supported:

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

0 comments on commit 7c8bc58

Please sign in to comment.