xxzuo commented on code in PR #6663: URL: https://github.com/apache/seatunnel/pull/6663#discussion_r1557180836
########## docs/zh/connector-v2/formats/debezium-json.md: ########## @@ -0,0 +1,115 @@ +# Debezium 格式 + +变更数据捕获格式: +序列化模式、反序列化模式 + +Debezium 是一套分布式服务,用于捕获数据库中的变化,以便您的应用程序可以看到这些变化并对其做出响应。Debezium 在变更事件流中记录每个数据库表中的所有行级变化,应用程序只需读取这些流,就可以按照它们发生的顺序看到变更事件 + +SeaTunnel 支持将 Debezium JSON 消息解释为 INSERT/UPDATE/DELETE 消息并导入到 seatunnel 系统中。在许多情况下,利用这个特性是非常有用的,例如: Review Comment: ```suggestion SeaTunnel 支持将 Debezium JSON 消息解析为 INSERT/UPDATE/DELETE 消息并导入到 seatunnel 系统中。在许多情况下,利用这个特性是非常有用的,例如: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
