Let's say I have a Pub/Sub subscription with 10 min deadline.If I pull 5 messages, and 3 of them failed, is there a way to return them back into the queue (NACKing these messages) instead of having to wait for their deadline timeout?
--
You received this message because you are subscribed to the Google Groups "Google Cloud Pub/Sub Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-pubsub-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-pubsub-discuss/f35ad940-368b-4472-ac63-dc051ef975ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Let's say I have a Pub/Sub subscription with 10 min deadline.If I pull 5 messages, and 3 of them failed, is there a way to return them back into the queue (NACKing these messages) instead of having to wait for their deadline timeout?
--