You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/04/22 06:02:53 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#df9f4c2)

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 3770500394 Docs sync done from apache/pulsar(#df9f4c2)
3770500394 is described below

commit 3770500394e59d511d18c00c94dd3c375ad5ebff
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Fri Apr 22 06:02:48 2022 +0000

    Docs sync done from apache/pulsar(#df9f4c2)
---
 site2/docs/functions-runtime.md               |  2 +-
 site2/docs/io-cdc-debezium.md                 |  6 +++---
 site2/docs/io-debezium-source.md              | 10 +++++-----
 site2/docs/io-jdbc-sink.md                    | 10 +++++-----
 site2/website-next/docs/functions-runtime.md  |  2 +-
 site2/website-next/docs/io-cdc-debezium.md    |  6 +++---
 site2/website-next/docs/io-debezium-source.md | 10 +++++-----
 site2/website-next/docs/io-jdbc-sink.md       | 10 +++++-----
 8 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/site2/docs/functions-runtime.md b/site2/docs/functions-runtime.md
index f65393a27a..742003f638 100644
--- a/site2/docs/functions-runtime.md
+++ b/site2/docs/functions-runtime.md
@@ -231,7 +231,7 @@ You can create a secret in the namespace where your functions are deployed. For
 tenant: "mytenant"
 namespace: "mynamespace"
 name: "myfunction"
-topicName: "persistent://mytenant/mynamespace/myfuncinput"
+inputs: [ "persistent://mytenant/mynamespace/myfuncinput" ]
 className: "com.company.pulsar.myfunction"
 
 secrets:
diff --git a/site2/docs/io-cdc-debezium.md b/site2/docs/io-cdc-debezium.md
index b41d1ad817..a7ccdc39a3 100644
--- a/site2/docs/io-cdc-debezium.md
+++ b/site2/docs/io-cdc-debezium.md
@@ -75,7 +75,7 @@ You can use one of the following methods to create a configuration file.
     tenant: "public"
     namespace: "default"
     name: "debezium-mysql-source"
-    topicName: "debezium-mysql-topic"
+    inputs: [ "debezium-mysql-topic" ]
     archive: "connectors/pulsar-io-debezium-mysql-{{pulsar:version}}.nar"
     parallelism: 1
 
@@ -210,7 +210,7 @@ You can use one of the following methods to create a configuration file.
     tenant: "public"
     namespace: "default"
     name: "debezium-postgres-source"
-    topicName: "debezium-postgres-topic"
+    inputs: [ "debezium-postgres-topic" ]
     archive: "connectors/pulsar-io-debezium-postgres-{{pulsar:version}}.nar"
     parallelism: 1
 
@@ -344,7 +344,7 @@ You need to create a configuration file before using the Pulsar Debezium connect
     tenant: "public"
     namespace: "default"
     name: "debezium-mongodb-source"
-    topicName: "debezium-mongodb-topic"
+    inputs: [ "debezium-mongodb-topic" ]
     archive: "connectors/pulsar-io-debezium-mongodb-{{pulsar:version}}.nar"
     parallelism: 1
 
diff --git a/site2/docs/io-debezium-source.md b/site2/docs/io-debezium-source.md
index bbf184b806..2baa6fff1b 100644
--- a/site2/docs/io-debezium-source.md
+++ b/site2/docs/io-debezium-source.md
@@ -94,7 +94,7 @@ You can use one of the following methods to create a configuration file.
     tenant: "public"
     namespace: "default"
     name: "debezium-mysql-source"
-    topicName: "debezium-mysql-topic"
+    inputs: [ "debezium-mysql-topic" ]
     archive: "connectors/pulsar-io-debezium-mysql-{{pulsar:version}}.nar"
     parallelism: 1
 
@@ -226,7 +226,7 @@ You can use one of the following methods to create a configuration file.
     tenant: "public"
     namespace: "default"
     name: "debezium-postgres-source"
-    topicName: "debezium-postgres-topic"
+    inputs: [ "debezium-postgres-topic" ]
     archive: "connectors/pulsar-io-debezium-postgres-{{pulsar:version}}.nar"
     parallelism: 1
 
@@ -370,7 +370,7 @@ You need to create a configuration file before using the Pulsar Debezium connect
     tenant: "public"
     namespace: "default"
     name: "debezium-mongodb-source"
-    topicName: "debezium-mongodb-topic"
+    inputs: [ "debezium-mongodb-topic" ]
     archive: "connectors/pulsar-io-debezium-mongodb-{{pulsar:version}}.nar"
     parallelism: 1
 
@@ -508,7 +508,7 @@ Using yaml as an example, you can create a debezium-oracle-source-config.yaml fi
 tenant: "public"
 namespace: "default"
 name: "debezium-oracle-source"
-topicName: "debezium-oracle-topic"
+inputs: [ "debezium-oracle-topic" ]
 parallelism: 1
 
 className: "org.apache.pulsar.io.debezium.oracle.DebeziumOracleSource"
@@ -576,7 +576,7 @@ Similarly to other connectors, you can use JSON or YAMl to configure the connect
 tenant: "public"
 namespace: "default"
 name: "debezium-mssql-source"
-topicName: "debezium-mssql-topic"
+inputs: [ "debezium-mssql-topic" ]
 parallelism: 1
 
 className: "org.apache.pulsar.io.debezium.mssql.DebeziumMsSqlSource"
diff --git a/site2/docs/io-jdbc-sink.md b/site2/docs/io-jdbc-sink.md
index d3735ab5ba..7e146f9f1b 100644
--- a/site2/docs/io-jdbc-sink.md
+++ b/site2/docs/io-jdbc-sink.md
@@ -47,7 +47,7 @@ The configuration of all JDBC sink connectors has the following properties.
     tenant: "public"
     namespace: "default"
     name: "jdbc-clickhouse-sink"
-    topicName: "persistent://public/default/jdbc-clickhouse-topic"
+    inputs: [ "persistent://public/default/jdbc-clickhouse-topic" ]
     sinkType: "jdbc-clickhouse"    
     configs:
         userName: "clickhouse"
@@ -77,7 +77,7 @@ The configuration of all JDBC sink connectors has the following properties.
     tenant: "public"
     namespace: "default"
     name: "jdbc-mariadb-sink"
-    topicName: "persistent://public/default/jdbc-mariadb-topic"
+    inputs: [ "persistent://public/default/jdbc-mariadb-topic" ]
     sinkType: "jdbc-mariadb"    
     configs:
         userName: "mariadb"
@@ -105,7 +105,7 @@ The configuration of all JDBC sink connectors has the following properties.
     tenant: "public"
     namespace: "default"
     name: "jdbc-openmldb-sink"
-    topicName: "persistent://public/default/jdbc-openmldb-topic"
+    inputs: [ "persistent://public/default/jdbc-openmldb-topic" ]
     sinkType: "jdbc-openmldb"    
     configs:
         jdbcUrl: "jdbc:openmldb:///pulsar_openmldb_db?zk=localhost:6181&zkPath=/openmldb"
@@ -135,7 +135,7 @@ Before using the JDBC PostgreSQL sink connector, you need to create a configurat
     tenant: "public"
     namespace: "default"
     name: "jdbc-postgres-sink"
-    topicName: "persistent://public/default/jdbc-postgres-topic"
+    inputs: [ "persistent://public/default/jdbc-postgres-topic" ]
     sinkType: "jdbc-postgres"    
     configs:
         userName: "postgres"
@@ -165,7 +165,7 @@ For more information on **how to use this JDBC sink connector**, see [connect Pu
     tenant: "public"
     namespace: "default"
     name: "jdbc-sqlite-sink"
-    topicName: "persistent://public/default/jdbc-sqlite-topic"
+    inputs: [ "persistent://public/default/jdbc-sqlite-topic" ]
     sinkType: "jdbc-sqlite"    
     configs:
         jdbcUrl: "jdbc:sqlite:db.sqlite"
diff --git a/site2/website-next/docs/functions-runtime.md b/site2/website-next/docs/functions-runtime.md
index 13edb1b49a..83b5a5386e 100644
--- a/site2/website-next/docs/functions-runtime.md
+++ b/site2/website-next/docs/functions-runtime.md
@@ -250,7 +250,7 @@ You can create a secret in the namespace where your functions are deployed. For
 tenant: "mytenant"
 namespace: "mynamespace"
 name: "myfunction"
-topicName: "persistent://mytenant/mynamespace/myfuncinput"
+inputs: [ "persistent://mytenant/mynamespace/myfuncinput" ]
 className: "com.company.pulsar.myfunction"
 
 secrets:
diff --git a/site2/website-next/docs/io-cdc-debezium.md b/site2/website-next/docs/io-cdc-debezium.md
index 04fdb714c2..7109acc988 100644
--- a/site2/website-next/docs/io-cdc-debezium.md
+++ b/site2/website-next/docs/io-cdc-debezium.md
@@ -78,7 +78,7 @@ You can use one of the following methods to create a configuration file.
   tenant: "public"
   namespace: "default"
   name: "debezium-mysql-source"
-  topicName: "debezium-mysql-topic"
+  inputs: [ "debezium-mysql-topic" ]
   archive: "connectors/pulsar-io-debezium-mysql-@pulsar:version@.nar"
   parallelism: 1
 
@@ -231,7 +231,7 @@ You can use one of the following methods to create a configuration file.
   tenant: "public"
   namespace: "default"
   name: "debezium-postgres-source"
-  topicName: "debezium-postgres-topic"
+  inputs: [ "debezium-postgres-topic" ]
   archive: "connectors/pulsar-io-debezium-postgres-@pulsar:version@.nar"
   parallelism: 1
 
@@ -386,7 +386,7 @@ You need to create a configuration file before using the Pulsar Debezium connect
   tenant: "public"
   namespace: "default"
   name: "debezium-mongodb-source"
-  topicName: "debezium-mongodb-topic"
+  inputs: [ "debezium-mongodb-topic" ]
   archive: "connectors/pulsar-io-debezium-mongodb-@pulsar:version@.nar"
   parallelism: 1
 
diff --git a/site2/website-next/docs/io-debezium-source.md b/site2/website-next/docs/io-debezium-source.md
index a03a042211..a125394dff 100644
--- a/site2/website-next/docs/io-debezium-source.md
+++ b/site2/website-next/docs/io-debezium-source.md
@@ -97,7 +97,7 @@ You can use one of the following methods to create a configuration file.
   tenant: "public"
   namespace: "default"
   name: "debezium-mysql-source"
-  topicName: "debezium-mysql-topic"
+  inputs: [ "debezium-mysql-topic" ]
   archive: "connectors/pulsar-io-debezium-mysql-@pulsar:version@.nar"
   parallelism: 1
 
@@ -247,7 +247,7 @@ You can use one of the following methods to create a configuration file.
   tenant: "public"
   namespace: "default"
   name: "debezium-postgres-source"
-  topicName: "debezium-postgres-topic"
+  inputs: [ "debezium-postgres-topic" ]
   archive: "connectors/pulsar-io-debezium-postgres-@pulsar:version@.nar"
   parallelism: 1
 
@@ -412,7 +412,7 @@ You need to create a configuration file before using the Pulsar Debezium connect
   tenant: "public"
   namespace: "default"
   name: "debezium-mongodb-source"
-  topicName: "debezium-mongodb-topic"
+  inputs: [ "debezium-mongodb-topic" ]
   archive: "connectors/pulsar-io-debezium-mongodb-@pulsar:version@.nar"
   parallelism: 1
 
@@ -575,7 +575,7 @@ Using yaml as an example, you can create a debezium-oracle-source-config.yaml fi
 tenant: "public"
 namespace: "default"
 name: "debezium-oracle-source"
-topicName: "debezium-oracle-topic"
+inputs: [ "debezium-oracle-topic" ]
 parallelism: 1
 
 className: "org.apache.pulsar.io.debezium.oracle.DebeziumOracleSource"
@@ -648,7 +648,7 @@ Similarly to other connectors, you can use JSON or YAMl to configure the connect
 tenant: "public"
 namespace: "default"
 name: "debezium-mssql-source"
-topicName: "debezium-mssql-topic"
+inputs: [ "debezium-mssql-topic" ]
 parallelism: 1
 
 className: "org.apache.pulsar.io.debezium.mssql.DebeziumMsSqlSource"
diff --git a/site2/website-next/docs/io-jdbc-sink.md b/site2/website-next/docs/io-jdbc-sink.md
index 379c842988..87b06c544c 100644
--- a/site2/website-next/docs/io-jdbc-sink.md
+++ b/site2/website-next/docs/io-jdbc-sink.md
@@ -50,7 +50,7 @@ The configuration of all JDBC sink connectors has the following properties.
   tenant: "public"
   namespace: "default"
   name: "jdbc-clickhouse-sink"
-  topicName: "persistent://public/default/jdbc-clickhouse-topic"
+  inputs: [ "persistent://public/default/jdbc-clickhouse-topic" ]
   sinkType: "jdbc-clickhouse"    
   configs:
       userName: "clickhouse"
@@ -84,7 +84,7 @@ The configuration of all JDBC sink connectors has the following properties.
   tenant: "public"
   namespace: "default"
   name: "jdbc-mariadb-sink"
-  topicName: "persistent://public/default/jdbc-mariadb-topic"
+  inputs: [ "persistent://public/default/jdbc-mariadb-topic" ]
   sinkType: "jdbc-mariadb"    
   configs:
       userName: "mariadb"
@@ -116,7 +116,7 @@ The configuration of all JDBC sink connectors has the following properties.
   tenant: "public"
   namespace: "default"
   name: "jdbc-openmldb-sink"
-  topicName: "persistent://public/default/jdbc-openmldb-topic"
+  inputs: [ "persistent://public/default/jdbc-openmldb-topic" ]
   sinkType: "jdbc-openmldb"    
   configs:
       jdbcUrl: "jdbc:openmldb:///pulsar_openmldb_db?zk=localhost:6181&zkPath=/openmldb"
@@ -150,7 +150,7 @@ Before using the JDBC PostgreSQL sink connector, you need to create a configurat
   tenant: "public"
   namespace: "default"
   name: "jdbc-postgres-sink"
-  topicName: "persistent://public/default/jdbc-postgres-topic"
+  inputs: [ "persistent://public/default/jdbc-postgres-topic" ]
   sinkType: "jdbc-postgres"    
   configs:
       userName: "postgres"
@@ -184,7 +184,7 @@ For more information on **how to use this JDBC sink connector**, see [connect Pu
   tenant: "public"
   namespace: "default"
   name: "jdbc-sqlite-sink"
-  topicName: "persistent://public/default/jdbc-sqlite-topic"
+  inputs: [ "persistent://public/default/jdbc-sqlite-topic" ]
   sinkType: "jdbc-sqlite"    
   configs:
       jdbcUrl: "jdbc:sqlite:db.sqlite"