sunzhaoyang commented on code in PR #4061:
URL: https://github.com/apache/flink-cdc/pull/4061#discussion_r2218552756
##########
docs/content.zh/docs/connectors/flink-sources/oceanbase-cdc.md:
##########
@@ -86,15 +82,20 @@ OceanBase CDC 源端读取方案:
</tr>
<tr>
<td>OceanBase EE (Oracle 模式)</td>
- <td>OceanBase Driver: 2.4.x</td>
- <td>OceanBase CDC Connector</td>
- <td>Log Proxy EE (CDC 模式)</td>
+ <td></td>
+ <td>暂不支持 OceanBase Oracle 兼容模式,Oracle
兼容模式下的增量订阅服务请联系企业技术支持,获取帮助</td>
+ <td></td>
</tr>
</tbody>
</table>
</div>
-注意: 对于使用 OceanBase 社区版或 OceanBase 企业版 MySQL 模式的用户,我们推荐参考 [MySQL CDC
的文档](mysql-cdc.md),使用 MySQL CDC 连接器搭配 Binlog 服务。
+**注意事项**: oceanbase-cdc 连接器 从 3.5 版本开始进行了以下大的改动:
+- 先前基于 OceanBase Log Proxy 服务实现的连接器已被正式移除,当前将仅支持连接到 OceanBase Binlog 服务。
+- 当前版本 oceanbase-cdc 将基于 mysql-cdc 连接器实现,主要改进了对 OceanBase Binlog 服务的兼容性,包含一些
Bug 修复,推荐使用。
+- 由于 OceanBase Binlog 服务兼容 MySQL 复制协议,仍然支持使用 [MySQL CDC](mysql-cdc.md) 连接器连接到
OceanBase Binlog 服务。
+- 暂不支持 OceanBase 企业版 Oracle 兼容模式,Oracle 兼容模式下的增量订阅服务请联系企业技术支持,获取帮助。
Review Comment:
同上
--
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]