Google PubSub
Discover more about the Google PubSub connector and how to use it on the Digibee Integration Platform.
The content of this documentation is under revision and may change. We appreciate your understanding as we work to improve it.
Google PubSub sends messages to Google Cloud Platform PubSub Service.
Parameters
Take a look at the configuration parameters for the connector. Parameters supported by Double Braces expressions are marked with (DB)
.
General 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 the option is activated, the pipeline's execution with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the | 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 is 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 | When active, the message ordering is 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 |
Body | The body, if applicable. |
| JSON |
Headers tab
Parameter | Description | Default value | Data type |
---|---|---|---|
MessageId | The ID of the message, assigned by the server when the message is published. | N/A | String |
Attributes | The attributes of the message. | N/A | String |
Ordering Key | If non-empty, identifies related messages for which publish order should be respected. | N/A | String |
Documentation tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Documentation | Section for documenting any necessary information about the connector configuration and business rules. | N/A | String |
Last updated