SAService Architect Back to designer
SAService ArchitectDocumentation
Documentation
  • Overview
  • Stream types
  • Data connectors
  • Links and delivery
  • Type system
  • Graph Designer
  • Scheduling & Temporal
  • Code Generation
  • Framework
  • Service Lifecycle
  • Dashboards
DocumentationData connectors
Reference

Data connectors

Each connector and its endpoint contract, nested exactly by transport.

HTTP

HTTP connectorHTTP server or client transport.HTTPHTTP endpointA concrete HTTP route used as a source or sink.HTTP / endpoint

gRPC

gRPC connectorgRPC server or client transport with generated contract bindings.gRPCgRPC endpointA unary or streaming RPC method.gRPC / endpoint

Kafka

Kafka connectorKafka cluster connection and security settings.KafkaKafka endpointA topic contract used by a consumer Input or producer Sink.Kafka / endpoint

Custom

Custom connectorIn-process adapter without a network transport.CustomCustom endpointA generated local adapter function.Custom / endpoint

Cron

Cron connectorProcess-local scheduler implementation.CronCron endpointA local UTC schedule that invokes a generated endpoint function.Cron / endpoint

Temporal

Temporal connectorTemporal Service client and Worker capacity configuration.TemporalTemporal endpointA durable Activity or Workflow contract, optionally started by a Temporal Schedule.Temporal / endpoint
On this pageHTTPgRPCKafkaCustomCronTemporal
Verified againstdesigner property configsserviceapi.yamlServiceLib runtime