This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 1852dc3 Fix document of debezium (#4713)
1852dc3 is described below
commit 1852dc3803eb58a2894100f417e8c1dbb321dab1
Author: tuteng <[email protected]>
AuthorDate: Sun Jul 21 14:19:11 2019 +0800
Fix document of debezium (#4713)
### Motivation
There are some typos in the document content of about debezium, which
affect users' use, so fix it.
### Modifications
Fix typos in document of debezium. And format content
---
site2/website/versioned_docs/version-2.4.0/io-cdc-debezium.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/site2/website/versioned_docs/version-2.4.0/io-cdc-debezium.md
b/site2/website/versioned_docs/version-2.4.0/io-cdc-debezium.md
index 7c5048a..ff3cd98 100644
--- a/site2/website/versioned_docs/version-2.4.0/io-cdc-debezium.md
+++ b/site2/website/versioned_docs/version-2.4.0/io-cdc-debezium.md
@@ -54,10 +54,10 @@ Here is a JSON configuration example:
}
```
-Optionally, you can create a `debezium-mysql-source-config.yaml` file, and
copy the [contents]
(https://github.com/apache/pulsar/blob/master/pulsar-io/debezium/mysql/src/main/resources/debezium-mysql-source-config.yaml)
below to the `debezium-mysql-source-config.yaml` file.
+Optionally, you can create a `debezium-mysql-source-config.yaml` file, and
copy the
[contents](https://github.com/apache/pulsar/blob/master/pulsar-io/debezium/mysql/src/main/resources/debezium-mysql-source-config.yaml)
below to the `debezium-mysql-source-config.yaml` file.
```$yaml
-tenant: "pubilc"
+tenant: "public"
namespace: "default"
name: "debezium-mysql-source"
topicName: "debezium-mysql-topic"
@@ -160,7 +160,7 @@ Here is a JSON configuration example:
```
-Optionally, you can create a `debezium-postgres-source-config.yaml` file, and
copy the [contents]
(https://github.com/apache/pulsar/blob/master/pulsar-io/debezium/postgres/src/main/resources/debezium-postgres-source-config.yaml)
below to the`debezium-postgres-source-config.yaml` file.
+Optionally, you can create a `debezium-postgres-source-config.yaml` file, and
copy the
[contents](https://github.com/apache/pulsar/blob/master/pulsar-io/debezium/postgres/src/main/resources/debezium-postgres-source-config.yaml)
below to the`debezium-postgres-source-config.yaml` file.
```yaml
tenant: "public"