yuanoOo opened a new pull request, #4061:
URL: https://github.com/apache/flink-cdc/pull/4061
### 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.
### 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 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]