tenthe opened a new issue, #4813: URL: https://github.com/apache/streampipes/issues/4813
### Body ## Goal Provide a pull-based MSSQL adapter that streams newly inserted rows from tables where Change Data Capture cannot be enabled. ## Description The adapter should periodically query a regular SQL Server table using a unique, increasing sequence column. It should support starting with new rows, reading all existing rows, or starting after a custom sequence value. Rows should be processed in bounded batches, with progress persisted after each successful batch so polling can resume after restarts. The persistence implementation will be defined separately. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- 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]
