Skip to content

Commit

Permalink
Fix tenant typo from pubilc to public (apache#5190)
Browse files Browse the repository at this point in the history
Master Issue: apache#5189

Motivation
Currently, the tenant name for the new version of the document is incorrectly written, resulting in that the tenant cannot be found.

Modifications
Fix tenant name from pubilc to public
  • Loading branch information
tuteng authored and jiazhai committed Sep 14, 2019
1 parent c377865 commit bbdf14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site2/docs/io-cdc-debezium.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ 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.

```$yaml
tenant: "pubilc"
tenant: "public"
namespace: "default"
name: "debezium-mysql-source"
topicName: "debezium-mysql-topic"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ 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.

```$yaml
tenant: "pubilc"
tenant: "public"
namespace: "default"
name: "debezium-mysql-source"
topicName: "debezium-mysql-topic"
Expand Down

0 comments on commit bbdf14b

Please sign in to comment.