Google Pubsub
Discover more about the Google Pubsub connector and how to use it on the Digibee Integration Platform.
Important information:
This documentation is currently available only in English but will soon be translated into Portuguese.
The content is under revision and may change. We appreciate your understanding as we work to improve the documentation.
Send and receive messages to/from Google Cloud Platform PubSub Service.
Parameters
Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB)
.
Required Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Project Id | The Google Cloud PubSub Project Id | N/A | string |
Destination Name | The Destination Name. For the consumer this will be the subscription name, while for the producer this will be the topic name. | N/A | string |
Fail On Error | If true will stop pipeline with an error, if false will let the pipeline continue but the output will show a property success with value false | false | boolean |
Optional Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Authenticate | Use Credentials when interacting with PubSub service (no authentication is required when using emulator). | true | boolean |
Logger Id | Logger ID to use when a match to the parent route required | N/A | string |
Service Account Key | The Service account key that can be used as credentials for the PubSub publisher/subscriber. It can be loaded by default from classpath, but you can prefix with classpath:, file:, or http: to load the resource from different systems. | N/A | string |
Message Ordering Enabled | Should message ordering be enabled | false | boolean |
Pubsub Endpoint | Pub/Sub endpoint to use. Required when using message ordering, and ensures that messages are received in order even when multiple publishers are used | N/A | string |
Headers Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
CamelGooglePubsubMessageId | The ID of the message, assigned by the server when the message is published. | N/A | string |
CamelGooglePubsubAttributes | The attributes of the message. | N/A | string |
CamelGooglePubsubOrderingKey | If non-empty, identifies related messages for which publish order should be respected. | N/A | string |
Successful executions should output at least a property "success": true
Last updated