Skip to content

Commit

Permalink
DOCS-586 Fix links and Note added for Trial (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelasimms authored Aug 17, 2023
1 parent 0fea67b commit 94b5d26
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/modules/ROOT/pages/connector-wizard.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ The connector wizard currently supports connections to the following platforms:

You can also set up your own data connections to the following platforms in SQL or programmatically:

* xref:hazelcast:data-connections:data-connections-configurations.adoc#JDBC[MySQL using a JDBC connection]
* xref:hazelcast:data-connections:data-connections-configurations.adoc#Mongo[MongoDB]
* xref:hazelcast:data-connections:data-connections-configuration.adoc#JDBC[MySQL using a JDBC connection]
* xref:hazelcast:data-connections:data-connections-configuration.adoc#Mongo[MongoDB]



- xref:hazelcast:clients:java.adoc#configuring-java-client[Java client]
6 changes: 6 additions & 0 deletions docs/modules/ROOT/pages/get-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ mvnw.cmd clean compile exec:java@client-with-ssl
```
+
When you see `Connection Successful!` in the output, the client is successfully connected to your cluster on {hazelcast-cloud} and populates a `cities` map with data.
+
NOTE: The functionality described in the following steps is not currently available in {hazelcast-cloud} Trial.
. [[step-5]]To query data in the `cities` map:
Expand Down Expand Up @@ -104,6 +106,8 @@ python3 -m pip install -r requirements.txt && python client_with_ssl.py
```
+
When you see `Connection Successful!` in the output, the client is successfully connected to your cluster on {hazelcast-cloud} and populates a `cities` map with data.
+
NOTE: The functionality described in the following steps is not currently available in {hazelcast-cloud} Trial.
. To query data in the `cities` map:
Expand Down Expand Up @@ -138,6 +142,8 @@ dotnet run --project ClientWithSsl
```
+
When you see `Connection Successful!` in the output, the client is successfully connected to your cluster on {hazelcast-cloud} and populates a `cities` map with data.
+
NOTE: The functionality described in the following steps is not currently available in {hazelcast-cloud} Trial.
. To query data in the `cities` map:
Expand Down

0 comments on commit 94b5d26

Please sign in to comment.