Stop a blocking snapshot for the specified source.
This endpoint stops an in-progress blocking snapshot by restarting the connector. The snapshot will be marked as cancelled and streaming will resume.
Note: Blocking snapshots cannot be stopped via the signal table because streaming is paused during the snapshot operation. The only way to stop a blocking snapshot is to restart the connector via Kafka Connect REST API.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Execute Blocking Snapshot Body.
Blocking snapshots pause streaming during the snapshot operation and use Debezium's initial snapshot process. They are useful for:
Note: additional_conditions filters are not supported for blocking snapshots.
Successful Response