Skip to content

Commit

Permalink
Update connector beta for flags for 5.4 [HZ-3504] (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
frant-hartm authored Nov 20, 2023
1 parent 61533cc commit 696bc2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/modules/integrate/pages/kafka-connect-connectors.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Kafka Connect Source Connectors
:description: pass:q[With a Kafka Connect Source connector, you can reliably import data from an external system, such as a database, key-value store, search index, or file system, directly into a Hazelcast data pipeline. The data is available for stream processing. *No Kafka cluster is required*.]
:page-beta: true
:page-beta: false

{description}

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/sql/pages/create-data-connection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If a data connection of the same name has been configured programmatically or in
|Unique name for the data connection.

|`TYPE` `connection_type`
|The type of data connection required to connect to the external system. The following types of connection are supported: `JDBC`, `Kafka`, `Mongo` (Beta), `HZ`. All connection types are case-insensitive.
|The type of data connection required to connect to the external system. The following types of connection are supported: `JDBC`, `Kafka`, `Mongo`, `HZ`. All connection types are case-insensitive.

|`NOT SHARED`
|Every time you issue a query against a SQL mapping, a new physical connection to the external system is created.
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/sql/pages/mapping-to-jdbc.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Mapping to JDBC
:description: To query external JDBC data stores, you can create a mapping to them with the JDBC connector.
:page-beta: true
:page-beta: false

{description}

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/sql/pages/mapping-to-mongo.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Mapping to MongoDB
:description: To query MongoDB data connections, you can create a mapping to them with the Mongo connector.
:page-beta: true
:page-beta: false

{description}

Expand Down

0 comments on commit 696bc2a

Please sign in to comment.