davidzollo opened a new issue, #11041:
URL: https://github.com/apache/seatunnel/issues/11041

   ## Background
   `Oracle-CDC` currently exposes only limited startup choices in SeaTunnel. 
There is no dedicated startup path for beginning incremental consumption from a 
user-provided SCN.
   
   SCN-based startup is important when users need deterministic cutover from a 
known Oracle redo position.
   
   ## Proposed change
   Add SCN-based specific-offset startup support to `Oracle-CDC`.
   
   ## Expected behavior
   - Users can provide an SCN as the starting incremental position.
   - Snapshot is skipped when SCN startup is used.
   - Validation and privilege expectations are documented clearly.
   
   ## Acceptance criteria
   - `Oracle-CDC` accepts an SCN-based startup configuration.
   - The connector starts from the requested SCN and consumes subsequent change 
events correctly.
   - Invalid or unsupported SCN configurations fail fast with clear messages.
   - English and Chinese docs are updated.
   - Add a focused validation path or test for SCN startup.
   
   ## Out of scope
   - Snapshot-only mode.
   - General schema evolution behavior work.
   - New metadata fields.
   


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