Skip to content

Commit

Permalink
[cleanup][doc] Remove wrong expressions (apache#18791)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun authored and Demogorgon314 committed Dec 29, 2022
1 parent 073839a commit 2f11169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site2/docs/io-debezium-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ This example shows how to change the data of a MySQL table using the Pulsar Debe
- One topic (`offset.storage.topic`) for storing the offset metadata messages. The connector saves the last successfully-committed offsets on this topic.
- One per-table topic. The connector writes change events for all operations that occur in a table to a single Pulsar topic that is specific to that table.

If the automatic topic creation is disabled on your broker, you need to manually create the above 4 types of topics and the destination topic.
If the automatic topic creation is disabled on your broker, you need to manually create the above 4 types of topics.

:::

Expand Down Expand Up @@ -327,7 +327,7 @@ This example shows how to change the data of a PostgreSQL table using the Pulsar
- One topic (`offset.storage.topic`) for storing the offset metadata messages. The connector saves the last successfully-committed offsets on this topic.
- One per-table topic. The connector writes change events for all operations that occur in a table to a single Pulsar topic that is specific to that table.

If the automatic topic creation is disabled on your broker, you need to manually create the above 4 types of topics and the destination topic.
If the automatic topic creation is disabled on your broker, you need to manually create the above 4 types of topics.

:::

Expand Down Expand Up @@ -487,7 +487,7 @@ This example shows how to change the data of a MongoDB table using the Pulsar De
- One topic (`offset.storage.topic`) for storing the offset metadata messages. The connector saves the last successfully-committed offsets on this topic.
- One per-table topic. The connector writes change events for all operations that occur in a table to a single Pulsar topic that is specific to that table.

If the automatic topic creation is disabled on your broker, you need to manually create the above 4 types of topics and the destination topic.
If the automatic topic creation is disabled on your broker, you need to manually create the above 4 types of topics.

:::

Expand Down

0 comments on commit 2f11169

Please sign in to comment.