2 Home
gitea_admin edited this page 2026-03-11 14:36:36 +00:00

Google Pubsub Sink

Send messages to Google Cloud Pub/Sub.

If you specify the serviceAccountKey property, you must base64 encode it before you pass it as a parameter.

Metadata

Property Value
Type sink
Group Google Pubsub
Namespace GCP
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
projectId string The Google Cloud Pub/Sub Project ID.
destinationName string The destination name.
serviceAccountKey binary The service account key to use as credentials for the Pub/Sub publisher/subscriber. You must encode this value in base64.

Dependencies

  • camel:kamelet
  • camel:google-pubsub
  • camel:jackson