DanielCarter-stack commented on issue #10359: URL: https://github.com/apache/seatunnel/issues/10359#issuecomment-3763720670
<!-- code-pr-reviewer --> Thanks for the proposal. Could you clarify a few things to help move this forward? 1. Which Informix CDC source should the connector consume? (e.g., built-in CDC logs, a specific change data capture method, or a third-party tool like Debezium?) 2. What ingestion format do you expect? (Change logs per row, or per-table/micro-batch?) 3. Any constraints or preferences for the client library/protocol? (e.g., JDBC-only, native wire protocol, or an external CDC agent?) For reference, existing CDC connectors (e.g., `seatunnel-connectors-v2/connector-cdc`) follow patterns in `connector-cdc-base` and often delegate to external CDC pipelines rather than polling database logs directly. Providing these details will help evaluate feasibility and identify the right integration approach. -- 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]
