-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pub/Sub: please add DLQ samples #594
Comments
Removing a subscription's dead letter policy is currently blocked by googleapis/google-cloud-ruby#6159. I'll try to get a fix for that issue done by the end of this week. |
PR for removing a subscription's dead letter policy in progress: googleapis/google-cloud-ruby#6314 |
The best approach to removing a dead letter policy is still being evaluated. Here is an alternative PR to the one above: googleapis/google-cloud-ruby#6462 |
Thank you @quartzmo for the update! |
Bump. |
* Add pubsub_dead_letter_create_subscription * Add pubsub_dead_letter_update_subscription * Add pubsub_dead_letter_delivery_attempt refs: GoogleCloudPlatform#594
* Add pubsub_dead_letter_create_subscription * Add pubsub_dead_letter_update_subscription * Add pubsub_dead_letter_delivery_attempt refs: GoogleCloudPlatform#594
* Add pubsub_dead_letter_create_subscription * Add pubsub_dead_letter_update_subscription * Add pubsub_dead_letter_delivery_attempt * Add pubsub_detach_subscription sample * Add pubsub_publish_with_error_handler * Add pubsub_subscriber_sync_pull_with_lease * Remove pubsub_subscriber_sync_pull_custom_attributes region tag refs: #594 closes: #628 closes: #669
Please add samples for
pubsub_dead_letter_create_subscription
pubsub_dead_letter_update_subscription
pubsub_dead_letter_remove
pubsub_dead_letter_delivery_attempt
See existing Java, Go, Python, Node samples for how to name region tags.
The text was updated successfully, but these errors were encountered: