This is an automated email from the ASF dual-hosted git repository.
tison 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 75104b6b40b [fix] io-cdc-debezium should use topicName over inputs
(#686)
75104b6b40b is described below
commit 75104b6b40b7e764207fc0d8b381bcc824152540
Author: tison <[email protected]>
AuthorDate: Sun Aug 27 23:25:27 2023 +0800
[fix] io-cdc-debezium should use topicName over inputs (#686)
Signed-off-by: tison <[email protected]>
Co-authored-by: Raymond Bourges <[email protected]>
Co-authored-by: Shehzad Ahmed <[email protected]>
---
docs/io-cdc-debezium.md | 2 +-
docs/io-debezium-source.md | 2 +-
versioned_docs/version-2.11.x/io-cdc-debezium.md | 2 +-
versioned_docs/version-2.11.x/io-debezium-source.md | 2 +-
versioned_docs/version-3.0.x/io-cdc-debezium.md | 2 +-
versioned_docs/version-3.0.x/io-debezium-source.md | 2 +-
versioned_docs/version-3.1.x/io-cdc-debezium.md | 2 +-
versioned_docs/version-3.1.x/io-debezium-source.md | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/io-cdc-debezium.md b/docs/io-cdc-debezium.md
index 537fc281aa0..7e1a4e3a69a 100644
--- a/docs/io-cdc-debezium.md
+++ b/docs/io-cdc-debezium.md
@@ -244,7 +244,7 @@ You can use one of the following methods to create a
configuration file.
tenant: "public"
namespace: "default"
name: "debezium-postgres-source"
- inputs: [ "debezium-postgres-topic" ]
+ topicName: "debezium-postgres-topic"
archive: "connectors/pulsar-io-debezium-postgres-@pulsar:[email protected]"
parallelism: 1
diff --git a/docs/io-debezium-source.md b/docs/io-debezium-source.md
index 7644eed64b6..d2e54a48c7c 100644
--- a/docs/io-debezium-source.md
+++ b/docs/io-debezium-source.md
@@ -294,7 +294,7 @@ You can use one of the following methods to create a
configuration file.
tenant: "public"
namespace: "default"
name: "debezium-postgres-source"
- inputs: [ "debezium-postgres-topic" ]
+ topicName: "debezium-postgres-topic"
archive: "connectors/pulsar-io-debezium-postgres-@pulsar:[email protected]"
parallelism: 1
diff --git a/versioned_docs/version-2.11.x/io-cdc-debezium.md
b/versioned_docs/version-2.11.x/io-cdc-debezium.md
index 6670d4ef3e5..a3de21b1b71 100644
--- a/versioned_docs/version-2.11.x/io-cdc-debezium.md
+++ b/versioned_docs/version-2.11.x/io-cdc-debezium.md
@@ -244,7 +244,7 @@ You can use one of the following methods to create a
configuration file.
tenant: "public"
namespace: "default"
name: "debezium-postgres-source"
- inputs: [ "debezium-postgres-topic" ]
+ topicName: "debezium-postgres-topic"
archive: "connectors/pulsar-io-debezium-postgres-@pulsar:[email protected]"
parallelism: 1
diff --git a/versioned_docs/version-2.11.x/io-debezium-source.md
b/versioned_docs/version-2.11.x/io-debezium-source.md
index 6b4287e039b..4d67f8fe4f2 100644
--- a/versioned_docs/version-2.11.x/io-debezium-source.md
+++ b/versioned_docs/version-2.11.x/io-debezium-source.md
@@ -294,7 +294,7 @@ You can use one of the following methods to create a
configuration file.
tenant: "public"
namespace: "default"
name: "debezium-postgres-source"
- inputs: [ "debezium-postgres-topic" ]
+ topicName: "debezium-postgres-topic"
archive: "connectors/pulsar-io-debezium-postgres-@pulsar:[email protected]"
parallelism: 1
diff --git a/versioned_docs/version-3.0.x/io-cdc-debezium.md
b/versioned_docs/version-3.0.x/io-cdc-debezium.md
index 537fc281aa0..7e1a4e3a69a 100644
--- a/versioned_docs/version-3.0.x/io-cdc-debezium.md
+++ b/versioned_docs/version-3.0.x/io-cdc-debezium.md
@@ -244,7 +244,7 @@ You can use one of the following methods to create a
configuration file.
tenant: "public"
namespace: "default"
name: "debezium-postgres-source"
- inputs: [ "debezium-postgres-topic" ]
+ topicName: "debezium-postgres-topic"
archive: "connectors/pulsar-io-debezium-postgres-@pulsar:[email protected]"
parallelism: 1
diff --git a/versioned_docs/version-3.0.x/io-debezium-source.md
b/versioned_docs/version-3.0.x/io-debezium-source.md
index 7644eed64b6..d2e54a48c7c 100644
--- a/versioned_docs/version-3.0.x/io-debezium-source.md
+++ b/versioned_docs/version-3.0.x/io-debezium-source.md
@@ -294,7 +294,7 @@ You can use one of the following methods to create a
configuration file.
tenant: "public"
namespace: "default"
name: "debezium-postgres-source"
- inputs: [ "debezium-postgres-topic" ]
+ topicName: "debezium-postgres-topic"
archive: "connectors/pulsar-io-debezium-postgres-@pulsar:[email protected]"
parallelism: 1
diff --git a/versioned_docs/version-3.1.x/io-cdc-debezium.md
b/versioned_docs/version-3.1.x/io-cdc-debezium.md
index 537fc281aa0..7e1a4e3a69a 100644
--- a/versioned_docs/version-3.1.x/io-cdc-debezium.md
+++ b/versioned_docs/version-3.1.x/io-cdc-debezium.md
@@ -244,7 +244,7 @@ You can use one of the following methods to create a
configuration file.
tenant: "public"
namespace: "default"
name: "debezium-postgres-source"
- inputs: [ "debezium-postgres-topic" ]
+ topicName: "debezium-postgres-topic"
archive: "connectors/pulsar-io-debezium-postgres-@pulsar:[email protected]"
parallelism: 1
diff --git a/versioned_docs/version-3.1.x/io-debezium-source.md
b/versioned_docs/version-3.1.x/io-debezium-source.md
index 7644eed64b6..d2e54a48c7c 100644
--- a/versioned_docs/version-3.1.x/io-debezium-source.md
+++ b/versioned_docs/version-3.1.x/io-debezium-source.md
@@ -294,7 +294,7 @@ You can use one of the following methods to create a
configuration file.
tenant: "public"
namespace: "default"
name: "debezium-postgres-source"
- inputs: [ "debezium-postgres-topic" ]
+ topicName: "debezium-postgres-topic"
archive: "connectors/pulsar-io-debezium-postgres-@pulsar:[email protected]"
parallelism: 1