This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f6b9a7db61e Docs sync done from apache/pulsar(#596fc3c)
f6b9a7db61e is described below

commit f6b9a7db61e16cb8e5f7aeb9d3d09174b49c0c6f
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Thu Jul 14 06:01:37 2022 +0000

    Docs sync done from apache/pulsar(#596fc3c)
---
 site2/website-next/docs/client-libraries.md            | 18 +++++++++---------
 site2/website-next/docs/schema-manage.md               |  2 +-
 .../versioned_docs/version-2.10.0/io-quickstart.md     |  3 +--
 .../versioned_docs/version-2.10.1/io-quickstart.md     |  3 +--
 .../versioned_docs/version-2.5.0/io-quickstart.md      |  4 +---
 .../versioned_docs/version-2.5.1/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.5.2/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.6.0/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.6.1/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.6.2/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.6.3/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.6.4/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.7.0/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.7.1/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.7.2/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.7.3/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.7.4/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.8.0/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.8.1/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.8.2/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.8.3/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.9.0/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.9.1/io-quickstart.md      |  3 +--
 .../versioned_docs/version-2.9.2/io-quickstart.md      |  3 +--
 24 files changed, 32 insertions(+), 55 deletions(-)

diff --git a/site2/website-next/docs/client-libraries.md 
b/site2/website-next/docs/client-libraries.md
index c5aca4fad57..e055c863dc4 100644
--- a/site2/website-next/docs/client-libraries.md
+++ b/site2/website-next/docs/client-libraries.md
@@ -6,15 +6,15 @@ sidebar_label: "Overview"
 
 Pulsar supports the following client libraries:
 
-|Language|Documentation|Release note|Code repo
-|---|---|---|---
-Java |- [User doc](client-libraries-java.md) <br /><br />- [API 
doc](/api/client/)|[Here](/release-notes/)|[Here](https://github.com/apache/pulsar/tree/master/pulsar-client)
 
-C++ | - [User doc](client-libraries-cpp.md) <br /><br />- [API 
doc](/api/cpp/)|[Here](/release-notes/)|[Here](https://github.com/apache/pulsar/tree/master/pulsar-client-cpp)
 
-Python | - [User doc](client-libraries-python.md) <br /><br />- [API 
doc](/api/python/)|[Here](/release-notes/)|[Here](https://github.com/apache/pulsar/tree/master/pulsar-client-cpp/python)
 
-WebSocket| [User doc](client-libraries-websocket.md) | 
[Here](/release-notes/)|[Here](https://github.com/apache/pulsar/tree/master/pulsar-websocket)
 
-Go client|[User 
doc](client-libraries-go.md)|[Here](https://github.com/apache/pulsar-client-go/blob/master/CHANGELOG)
 |[Here](https://github.com/apache/pulsar-client-go) 
-Node.js|[User 
doc](client-libraries-node.md)|[Here](https://github.com/apache/pulsar-client-node/releases)
 |[Here](https://github.com/apache/pulsar-client-node) 
-C# |[User doc](client-libraries-dotnet.md)| 
[Here](https://github.com/apache/pulsar-dotpulsar/blob/master/CHANGELOG)|[Here](https://github.com/apache/pulsar-dotpulsar)
 
+| Language  | Documentation                                                    
             | Release note                                                     
        | Code repo                                                             
        |
+|-----------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------|-------------------------------------------------------------------------------|
+| Java      | - [User doc](client-libraries-java.md) <br/><br/> - [API 
doc](/api/client/)   | [Here](/release-notes/)                                  
                | 
[Here](https://github.com/apache/pulsar/tree/master/pulsar-client)            |
+| C++       | - [User doc](client-libraries-cpp.md) <br/><br/> - [API 
doc](/api/cpp/)       | [Here](/release-notes/)                                 
                 | 
[Here](https://github.com/apache/pulsar/tree/master/pulsar-client-cpp)        |
+| Python    | - [User doc](client-libraries-python.md) <br/><br/> - [API 
doc](/api/python/) | [Here](/release-notes/)                                    
              | 
[Here](https://github.com/apache/pulsar/tree/master/pulsar-client-cpp/python) |
+| WebSocket | [User doc](client-libraries-websocket.md)                        
             | [Here](/release-notes/)                                          
        | [Here](https://github.com/apache/pulsar/tree/master/pulsar-websocket) 
        |
+| Go client | [User doc](client-libraries-go.md)                               
             | 
[Here](https://github.com/apache/pulsar-client-go/blob/master/CHANGELOG) | 
[Here](https://github.com/apache/pulsar-client-go)                            |
+| Node.js   | [User doc](client-libraries-node.md)                             
             | [Here](https://github.com/apache/pulsar-client-node/releases)    
        | [Here](https://github.com/apache/pulsar-client-node)                  
        |
+| C#        | [User doc](client-libraries-dotnet.md)                           
             | 
[Here](https://github.com/apache/pulsar-dotpulsar/blob/master/CHANGELOG) | 
[Here](https://github.com/apache/pulsar-dotpulsar)                            |
 
 :::note
 
diff --git a/site2/website-next/docs/schema-manage.md 
b/site2/website-next/docs/schema-manage.md
index 2db0c885eff..06173c6ebd2 100644
--- a/site2/website-next/docs/schema-manage.md
+++ b/site2/website-next/docs/schema-manage.md
@@ -210,7 +210,7 @@ Here are examples of the `schema-definition-file` for a 
JSON schema.
 
 {
     "type": "JSON",
-    "schema": 
"{\"type\":\"JSON\",\"name\":\"User\",\"namespace\":\"com.foo\",\"fields\":[{\"name\":\"file1\",\"type\":[\"null\",\"string\"],\"default\":null},{\"name\":\"file2\",\"type\":\"string\",\"default\":null},{\"name\":\"file3\",\"type\":[\"string\",\"null\"],\"default\":\"dfdf\"}]}",
+    "schema": 
"{\"type\":\"record\",\"name\":\"User\",\"namespace\":\"com.foo\",\"fields\":[{\"name\":\"file1\",\"type\":[\"null\",\"string\"],\"default\":null},{\"name\":\"file2\",\"type\":[\"null\",\"string\"],\"default\":null},{\"name\":\"file3\",\"type\":[\"string\",\"null\"],\"default\":\"dfdf\"}]}",
     "properties": {}
 }
 
diff --git a/site2/website-next/versioned_docs/version-2.10.0/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.10.0/io-quickstart.md
index fd2ce9fbb06..1b6528d4954 100644
--- a/site2/website-next/versioned_docs/version-2.10.0/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.10.0/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink.md).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.10.1/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.10.1/io-quickstart.md
index fd2ce9fbb06..1b6528d4954 100644
--- a/site2/website-next/versioned_docs/version-2.10.1/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.10.1/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink.md).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.5.0/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.5.0/io-quickstart.md
index 68a6dd4cd4a..1e331fa7ace 100644
--- a/site2/website-next/versioned_docs/version-2.5.0/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.5.0/io-quickstart.md
@@ -451,12 +451,10 @@ This section demonstrates how to connector Pulsar to 
MySQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to MySQL or SQlite. For more information, see [JDBC sink 
connector](io-jdbc-sink).
 
 :::
 
-and persists the messages to MySQL or SQlite. For more information, see [JDBC 
sink connector](io-jdbc-sink).
-
 
 ### Setup a MySQL cluster
 
diff --git a/site2/website-next/versioned_docs/version-2.5.1/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.5.1/io-quickstart.md
index 6ceb90b45a5..0c9c78caec8 100644
--- a/site2/website-next/versioned_docs/version-2.5.1/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.5.1/io-quickstart.md
@@ -451,11 +451,10 @@ This section demonstrates how to connector Pulsar to 
MySQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to MySQL or SQlite. For more information, see [JDBC sink 
connector](io-jdbc-sink).
 
 :::
 
-and persists the messages to MySQL or SQlite. For more information, see [JDBC 
sink connector](io-jdbc-sink).
 
 
 ### Setup a MySQL cluster
diff --git a/site2/website-next/versioned_docs/version-2.5.2/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.5.2/io-quickstart.md
index 6ceb90b45a5..0c9c78caec8 100644
--- a/site2/website-next/versioned_docs/version-2.5.2/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.5.2/io-quickstart.md
@@ -451,11 +451,10 @@ This section demonstrates how to connector Pulsar to 
MySQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to MySQL or SQlite. For more information, see [JDBC sink 
connector](io-jdbc-sink).
 
 :::
 
-and persists the messages to MySQL or SQlite. For more information, see [JDBC 
sink connector](io-jdbc-sink).
 
 
 ### Setup a MySQL cluster
diff --git a/site2/website-next/versioned_docs/version-2.6.0/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.6.0/io-quickstart.md
index d2514fdebcd..6f976ce2c86 100644
--- a/site2/website-next/versioned_docs/version-2.6.0/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.6.0/io-quickstart.md
@@ -451,11 +451,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.6.1/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.6.1/io-quickstart.md
index 1336c34842b..f32e2ec8e6d 100644
--- a/site2/website-next/versioned_docs/version-2.6.1/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.6.1/io-quickstart.md
@@ -447,11 +447,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.6.2/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.6.2/io-quickstart.md
index 1336c34842b..f32e2ec8e6d 100644
--- a/site2/website-next/versioned_docs/version-2.6.2/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.6.2/io-quickstart.md
@@ -447,11 +447,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.6.3/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.6.3/io-quickstart.md
index 1336c34842b..f32e2ec8e6d 100644
--- a/site2/website-next/versioned_docs/version-2.6.3/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.6.3/io-quickstart.md
@@ -447,11 +447,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.6.4/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.6.4/io-quickstart.md
index 1336c34842b..f32e2ec8e6d 100644
--- a/site2/website-next/versioned_docs/version-2.6.4/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.6.4/io-quickstart.md
@@ -447,11 +447,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.7.0/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.7.0/io-quickstart.md
index 842899c02a6..b8fea1560bd 100644
--- a/site2/website-next/versioned_docs/version-2.7.0/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.7.0/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.7.1/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.7.1/io-quickstart.md
index 842899c02a6..b8fea1560bd 100644
--- a/site2/website-next/versioned_docs/version-2.7.1/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.7.1/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.7.2/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.7.2/io-quickstart.md
index 842899c02a6..b8fea1560bd 100644
--- a/site2/website-next/versioned_docs/version-2.7.2/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.7.2/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.7.3/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.7.3/io-quickstart.md
index 842899c02a6..b8fea1560bd 100644
--- a/site2/website-next/versioned_docs/version-2.7.3/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.7.3/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.7.4/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.7.4/io-quickstart.md
index 842899c02a6..b8fea1560bd 100644
--- a/site2/website-next/versioned_docs/version-2.7.4/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.7.4/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.8.0/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.8.0/io-quickstart.md
index 842899c02a6..b8fea1560bd 100644
--- a/site2/website-next/versioned_docs/version-2.8.0/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.8.0/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.8.1/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.8.1/io-quickstart.md
index 842899c02a6..b8fea1560bd 100644
--- a/site2/website-next/versioned_docs/version-2.8.1/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.8.1/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.8.2/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.8.2/io-quickstart.md
index 842899c02a6..b8fea1560bd 100644
--- a/site2/website-next/versioned_docs/version-2.8.2/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.8.2/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.8.3/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.8.3/io-quickstart.md
index 842899c02a6..b8fea1560bd 100644
--- a/site2/website-next/versioned_docs/version-2.8.3/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.8.3/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.9.0/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.9.0/io-quickstart.md
index 774ab8bf911..00bcba3769f 100644
--- a/site2/website-next/versioned_docs/version-2.9.0/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.9.0/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.9.1/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.9.1/io-quickstart.md
index 774ab8bf911..00bcba3769f 100644
--- a/site2/website-next/versioned_docs/version-2.9.1/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.9.1/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 
diff --git a/site2/website-next/versioned_docs/version-2.9.2/io-quickstart.md 
b/site2/website-next/versioned_docs/version-2.9.2/io-quickstart.md
index 774ab8bf911..00bcba3769f 100644
--- a/site2/website-next/versioned_docs/version-2.9.2/io-quickstart.md
+++ b/site2/website-next/versioned_docs/version-2.9.2/io-quickstart.md
@@ -450,11 +450,10 @@ This section demonstrates how to connect Pulsar to 
PostgreSQL.
 :::tip
 
 * Make sure you have Docker installed. If you do not have one, see [install 
Docker](https://docs.docker.com/docker-for-mac/install/).
-* The JDBC sink connector pulls messages from Pulsar topics 
+* The JDBC sink connector pulls messages from Pulsar topics and persists the 
messages to ClickHouse, MariaDB, PostgreSQL, or SQlite.
 
 :::
 
-and persists the messages to ClickHouse, MariaDB, PostgreSQL, or SQlite. 
 >For more information, see [JDBC sink connector](io-jdbc-sink).
 
 

Reply via email to