davidzollo commented on issue #7198:
URL: https://github.com/apache/seatunnel/issues/7198#issuecomment-4667861891

   This issue is still a good place to track the OceanBase CDC source 
connector, but it needs a more implementation-focused scope so contributors can 
claim it directly.
   
   ## Proposed scope
   Add a dedicated `connector-cdc-oceanbase` source connector under 
`seatunnel-connectors-v2/connector-cdc`.
   
   ## Functional expectations
   - Read both snapshot data and incremental change events from OceanBase.
   - Support multi-table capture through SeaTunnel's CDC multi-table model.
   - Integrate with SeaTunnel's checkpoint/recovery flow and preserve restart 
correctness.
   - Surface CDC rows in the existing SeaTunnel row format so downstream 
multi-table sinks and schema evolution paths can consume them.
   - Provide English and Chinese connector docs.
   - Add focused tests, including at least one runnable integration or E2E path.
   
   ## Suggested acceptance criteria
   - The connector can complete an initial snapshot and continue consuming 
incremental changes.
   - Restart from checkpoint does not re-read or silently skip committed change 
events.
   - At least one multi-table path is validated.
   - Connector docs describe required privileges, startup configuration, and 
known limitations.
   
   ## Out of scope for the first delivery
   - Sink connector work.
   - Cross-connector refactors unrelated to OceanBase.
   - New CDC metadata or routing DSL changes.
   


-- 
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]

Reply via email to