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

This bundle does not have an operator guide. Add one here.

VariableTypeDescription
ack_deadline_secondsintegerThis value is the maximum time after a subscriber receives a message before the subscriber should acknowledge the message.
enable_message_orderingbooleanEnsures that messages are delivered in the same order they are received.
message_retention_duration_secondsintegerHow long to retain unacknowledged messages in the subscription’s backlog, from the moment a message is published.
minimum_backoff_secondsintegerThe minimum delay between consecutive deliveries of a given message. Value should be between 0 and 600 seconds.
monitoring_configuration.backlog_bytes_aboveintegerNo description
retain_acked_messagesbooleanIndicates 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.