#Description
- A gRPC destination connector is for pairing with a gRPC source connector to set up a
SYNC
pipeline. - A gRPC destination connector is always in the
CONNECTED
state. - A gRPC destination connector's ID must be
destination-grpc
- A user account can set up only one gRPC destination connector.
#Release stage
Generally Available
#Configuration
Field | Type | Note |
---|---|---|
N/A | N/A | This connector doesn't take any configuration so the configuration field is an empty JSON object {} |
#No-code setup
To create a gRPC destination connector:
- Go to the Destination page and click Add new destination
- Click the Destination type ▾ drop-down and choose gRPC
- [Optional] Give a short description in the Description field
Now go to the Destination page, the corresponding gRPC destination connector should be connected.
#Low-code setup
To create a gRPC destination connector:
where localhost:8082
is the connector-backend
default URL.
For other operations, please refer to the VDP Protobufs.