This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-0.5 in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
commit cb4dbc28ab1ad337511255cc7518cdc2dea838a3 Author: monster <[email protected]> AuthorDate: Thu Aug 31 18:26:22 2023 +0800 [doc] Correct the errors in the document (#1928) --- docs/content/how-to/cdc-ingestion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/how-to/cdc-ingestion.md b/docs/content/how-to/cdc-ingestion.md index b7158e335..45234de23 100644 --- a/docs/content/how-to/cdc-ingestion.md +++ b/docs/content/how-to/cdc-ingestion.md @@ -274,7 +274,7 @@ flink-sql-connector-kafka-*.jar ``` ### Supported Formats -Flink provides several Kafka CDC formats :canal-json、debezium-json,ogg-json,maxwell-json. +Flink provides several Kafka CDC formats: Canal, Debezium, Ogg and Maxwell JSON. If a message in a Kafka topic is a change event captured from another database using the Change Data Capture (CDC) tool, then you can use the Paimon Kafka CDC. Write the INSERT, UPDATE, DELETE messages parsed into the paimon table. <table class="table table-bordered"> <thead>
