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

ParameterDescriptionDefault valueData type

Project Id (DB)

The Google Cloud PubSub Project ID.

N/A

String

Destination Name (DB)

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 "success" property.

False

Boolean

Optional tab

ParameterDescriptionDefault valueData type

Authenticate

Use Credentials when interacting with PubSub service (no authentication is required when using emulator).

True

Boolean

Logger Id (DB)

Logger ID to use when a match to the parent route is required.

N/A

String

Service Account Key (DB)

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 (DB)

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 (DB)

The body, if applicable.

{}

JSON

Headers tab

ParameterDescriptionDefault valueData type

MessageId (DB)

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 (DB)

If non-empty, identifies related messages for which publish order should be respected.

N/A

String

Documentation tab

ParameterDescriptionDefault valueData type

Documentation

Section for documenting any necessary information about the connector configuration and business rules.

N/A

String

Last updated