GCP Pub/Sub Subscription
GCP subscription to a PubSub Topic
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deployments
33
Made by
Massdriver
Official
Yes
No
Compliance
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
ack_deadline_seconds | integer | This value is the maximum time after a subscriber receives a message before the subscriber should acknowledge the message. |
enable_message_ordering | boolean | Ensures that messages are delivered in the same order they are received. |
message_retention_duration_seconds | integer | How long to retain unacknowledged messages in the subscription’s backlog, from the moment a message is published. |
minimum_backoff_seconds | integer | The minimum delay between consecutive deliveries of a given message. Value should be between 0 and 600 seconds. |
monitoring_configuration.backlog_bytes_above | integer | No description |
retain_acked_messages | boolean | Indicates whether to retain acknowledged messages. If true, then messages are not expunged from the subscription’s backlog, even if they are acknowledged, until they fall out of the messageRetentionDuration window. |