This is an automated email from the ASF dual-hosted git repository.
tison 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 aaa724cabb5 [cleanup][doc] Remove wrong expressions (#18791)
aaa724cabb5 is described below
commit aaa724cabb5bfb7f2dd4f0fa87f5ce3feb019237
Author: tison <[email protected]>
AuthorDate: Wed Dec 7 14:16:57 2022 +0800
[cleanup][doc] Remove wrong expressions (#18791)
Signed-off-by: tison <[email protected]>
---
site2/docs/io-debezium-source.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/site2/docs/io-debezium-source.md b/site2/docs/io-debezium-source.md
index 119a0929e2a..0095f006e2f 100644
--- a/site2/docs/io-debezium-source.md
+++ b/site2/docs/io-debezium-source.md
@@ -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.
:::
@@ -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.
:::
@@ -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.
:::