yuan created FLINK-38111: ---------------------------- Summary: Migrate OceanBase CDC Connector from LogProxy to OceanBase Binlog Service Key: FLINK-38111 URL: https://issues.apache.org/jira/browse/FLINK-38111 Project: Flink Issue Type: Improvement Components: Flink CDC Reporter: yuan
h4. *Background* * Log Proxy is officially deprecated, making the existing OceanBase CDC connector obsolete. * OceanBase now provides {*}OceanBase Binlog Service{*}, a more stable and scalable solution for CDC. h4. *Proposed Changes* # {*}Remove Legacy Code{*}: * Delete all code related to the deprecated LogProxy-based implementation. # *Base on* {{{}mysql-cdc{}}}: * Refactor the OceanBase CDC connector by leveraging the existing {{mysql-cdc}} connector. * Adapt the codebase to ensure compatibility with {*}OceanBase Binlog Service{*}. # {*}Documentation Update{*}: ## Highlight differences between the old (LogProxy) and new (Binlog Service) implementations. -- This message was sent by Atlassian Jira (v8.20.10#820010)