-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
enhancementNew feature or requestNew feature or requesttriagedScoped and ready for workScoped and ready for work
Description
TL;DR
Currently, enabling exactly once delivery is a preview feature for GCP PubSub subscriptions. I'm curious if y'all are open to adding this flag while it's in a preview state to this module (the official provider supports it).
Terraform Resources
The official pubub_subscription
provider supports the enable_exactly_once_delivery
.
Detailed design
Implementing this should be a similar change to this one here.
The only major constraint would be that enable_exactly_once_deliver
and enable_message_ordering
are mutually exclusive. However, handling that doesn't feel like this module's responsibility (the provider should handle it, which it doesn't).
Additional information
No response
ChanceHarrison, hdavila146 and Ameausoone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriagedScoped and ready for workScoped and ready for work