Connector Management
Web console
The embedded console creates, configures, and controls connectors (start, stop, pause, resume) and shows realtime metrics per connector, status, throughput, latency, and error rates.
REST API
Every console action is available programmatically. See the API reference.
- Connectors. Create, update, clone, and send control commands.
- Validation. Test source, target, and buffer configurations before saving them.
- Discovery. Fetch the source catalog of schemas, tables, and columns.
- Orchestration. Check snapshot status to coordinate graceful shutdowns.
Terraform
The Supermetal Terraform provider manages connectors and catalog selections as infrastructure. Define sources, targets, buffers, and schema, table, and column filtering in HCL and apply them through your existing Terraform workflow.
Configuration file
The agent also runs from a configuration file. Pass --config <file> to define sources, targets, and replication parameters without the UI.
Last updated on