Skip to content

Commit

Permalink
DOCS-568 Product Renaming (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelasimms authored Aug 16, 2023
1 parent 67b11c0 commit 437cf25
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion antora-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ asciidoc:
idseparator: '-'
# Variables used in the docs
page-survey: https://www.surveymonkey.co.uk/r/NYGJNF9
hazelcast-cloud: Viridian
hazelcast-cloud: Viridian Cloud
extensions:
- ./docs-tabs-library/tabs-block.js
- asciidoctor-kroki
2 changes: 1 addition & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ asciidoc:
idseparator: '-'
# Variables used in the docs
page-survey: https://www.surveymonkey.co.uk/r/NYGJNF9
hazelcast-cloud: Viridian
hazelcast-cloud: Viridian Cloud
extensions:
- ./docs-tabs-library/tabs-block.js
- asciidoctor-kroki
11 changes: 5 additions & 6 deletions docs/modules/clients/pages/java.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1041,8 +1041,8 @@ know which clients they can trust: see the xref:security:tls-ssl.adoc#mutual-aut

==== Configuring Hazelcast {hazelcast-cloud}

You can connect your Java client to a {hazelcast-cloud} Serverless cluster which is hosted on link:{url-cloud-signup}[Hazelcast {hazelcast-cloud} Managed Services].
For this, you simply enable Hazelcast {hazelcast-cloud} and specify the cluster's discovery token provided while creating the cluster; this allows the cluster to discover your clients.
You can connect your Java client to a {hazelcast-cloud} Standard cluster which is hosted on link:{url-cloud-signup}[{hazelcast-cloud}].
For this, you simply enable {hazelcast-cloud} and specify the cluster's discovery token provided while creating the cluster; this allows the cluster to discover your clients.
See the following example configurations.

Declarative Configuration:
Expand Down Expand Up @@ -1092,10 +1092,9 @@ networkConfig.setSSLConfig(new SSLConfig().setEnabled(true));
HazelcastInstance client = HazelcastClient.newHazelcastClient(config);
----

Hazelcast {hazelcast-cloud} is disabled for the Java client, by default (`enabled` attribute is `false`).
{hazelcast-cloud} is disabled for the Java client, by default (`enabled` attribute is `false`).

See xref:cloud:ROOT:overview.adoc[]
for more information about Hazelcast {hazelcast-cloud} Managed Services.
See xref:cloud:ROOT:overview.adoc[Hazelcast {hazelcast-cloud}] for more information about {hazelcast-cloud}.

NOTE: Since this is a REST based discovery, you need to enable the REST listener service.
See the xref:clients:rest.adoc#using-the-rest-endpoint-groups[REST Endpoint Groups section] on how to enable REST endpoints.
Expand Down Expand Up @@ -2194,7 +2193,7 @@ The table below lists the client configuration properties with their description
|`hazelcast.client.cloud.discovery.token`
|
|long
|Token to use when discovering the cluster via Hazelcast {hazelcast-cloud}.
|Token to use when discovering the cluster via {hazelcast-cloud}.

|`hazelcast.client.concurrent.window.ms`
|100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can deploy Hazelcast in two topologies, depending on where you want the Haze
- *Embedded mode:* Hazelcast members run in the same Java process as your application.
- *Client/server mode:* Hazelcast members run remotely outside your application, allowing you to scale them independently and connect to them through any of the supported clients.
TIP: If you don't want to deploy your own self-managed cluster, try link:{url-cloud-signup}[Hazelcast {hazelcast-cloud} Managed Services] for free.
TIP: If you don't want to deploy your own self-managed cluster, try link:{url-cloud-signup}[Hazelcast {hazelcast-cloud}].

== Comparing Topologies

Expand Down
8 changes: 4 additions & 4 deletions docs/modules/deploy/pages/deploying-in-cloud.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Public Clouds
:description: Deploy a Hazelcast cluster in cloud environments including Hazelcast {hazelcast-cloud} Managed Services, Amazon AWS, Google Cloud Platform, and Azure.
:description: Deploy a Hazelcast cluster in cloud environments including Hazelcast {hazelcast-cloud}, Amazon AWS, Google Cloud Platform, and Azure.

{description}

Expand All @@ -8,11 +8,11 @@ All these environments support the following features:
- Allow members to discover each other automatically without static IP configuration.
- Prevent data loss by creating partition backups in other Availability Zones (AZ).
== Hazelcast {hazelcast-cloud} Managed Services
== Hazelcast {hazelcast-cloud}

Deploy a Hazelcast application on xref:cloud:ROOT:overview.adoc[Hazelcast {hazelcast-cloud} Managed Services].
Deploy a Hazelcast application on xref:cloud:ROOT:overview.adoc[Hazelcast {hazelcast-cloud}].

Learn more about xref:cloud:ROOT:developer-guide.adoc[developing applications for Hazelcast {hazelcast-cloud}].
Learn more about xref:cloud:ROOT:developer-guide.adoc[developing applications for {hazelcast-cloud}].


[[hazelcast-cloud-discovery-plugins-aws]]
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/getting-started/pages/install-hazelcast.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ To install Hazelcast with Java, you can use one of the following:
// tag::maven[]
Hazelcast runs on Java, which means you can add it as a dependency in your Java project.

The Java package includes both a member API and a Java client API. The member API is for xref:deploy:choosing-a-deployment-option.adoc[embedded topologies] where you want to deploy and manage a cluster in the same Java Virtual Machine (JVM) as your applications. The Java client is for connecting to an existing member in a client/server topology, such as xref:cloud:ROOT:overview.adoc[Hazelcast {hazelcast-cloud} Managed Services].
The Java package includes both a member API and a Java client API. The member API is for xref:deploy:choosing-a-deployment-option.adoc[embedded topologies] where you want to deploy and manage a cluster in the same Java Virtual Machine (JVM) as your applications. The Java client is for connecting to an existing member in a client/server topology, such as xref:cloud:ROOT:overview.adoc[Hazelcast {hazelcast-cloud}].

. Download and install a xref:deploy:supported-jvms.adoc[supported JDK].
+
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/5-3-0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ without the need of a Kafka cluster.
* Renamed the `DataLinkFactory` interface as `DataConnection`.
https://github.com/hazelcast/hazelcast/pull/24224[#24224]
* Changed the default cloud coordinator URL from `coordinator.hazelcast.cloud` to `api.viridian.hazelcast.com`.
The default configuration now connects to https://viridian.hazelcast.com/sign-in?next=/[Hazelcast Viridian^] instead of Hazelcast Cloud.
The default configuration now connects to https://viridian.hazelcast.com/sign-in?next=/[Hazelcast Viridian Cloud^] instead of Hazelcast Cloud.
If you want to continue accessing your Hazelcast Cloud clusters, you need to set the `hazelcast.client.cloud.url` property to `https://coordinator.hazelcast.cloud` in your configuration.
https://github.com/hazelcast/hazelcast/pull/23290[#23290]

Expand Down

0 comments on commit 437cf25

Please sign in to comment.