Skip to content

Commit

Permalink
update description for 'debezium.*'
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Dec 22, 2023
1 parent 71506bc commit a9e7212
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/content/connectors/oceanbase-cdc(ZH).md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,13 @@ OceanBase CDC 连接器包括用于 SQL 和 DataStream API 的选项,如下表
<td></td>
<td style="word-wrap: break-word;"></td>
<td>String</td>
<td>传入 Debezium 属性。目前支持 'decimal.handling.mode''time.precision.mode''binary.handling.mode'。详情请参考 mysql cdc 和 oracle cdc 连接器。</td>
<td>
传入 Debezium 属性,目前支持以下属性:<br>
<li><code>debezium.decimal.handling.mode</code></li>
<li><code>debezium.time.precision.mode</code></li>
<li><code>debezium.binary.handling.mode</code></li>
详情可参照 debezium 的 <a href="https://debezium.io/documentation/reference/nightly/connectors/mysql.html">mysql</a><a href="https://debezium.io/documentation/reference/nightly/connectors/oracle.html">oracle</a> 连接器的文档。
</td>
</tr>
</tbody>
</table>
Expand Down
8 changes: 7 additions & 1 deletion docs/content/connectors/oceanbase-cdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,13 @@ The OceanBase CDC Connector contains some options for both sql and stream api as
<td>optional</td>
<td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>Debezium properties, only supports 'decimal.handling.mode', 'time.precision.mode' and 'binary.handling.mode' for now. You can refer to mysql cdc or oracle cdc docs for detail.</td>
<td>
Debezium properties, now only following properties are supported:<br>
<li><code>debezium.decimal.handling.mode</code></li>
<li><code>debezium.time.precision.mode</code></li>
<li><code>debezium.binary.handling.mode</code></li>
You can refer to the docs of debezium <a href="https://debezium.io/documentation/reference/nightly/connectors/mysql.html">mysql</a> or <a href="https://debezium.io/documentation/reference/nightly/connectors/oracle.html">oracle</a> connector for more details.
</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit a9e7212

Please sign in to comment.