Skip to content

Commit

Permalink
Fix document of debezium (apache#4713)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
tuteng authored and sijie committed Jul 21, 2019
1 parent d7b3af0 commit 1852dc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site2/website/versioned_docs/version-2.4.0/io-cdc-debezium.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1852dc3

Please sign in to comment.