google-cloud-php
google-cloud-php copied to clipboard
feat(PubSub): (2/3)Retry temp failures in acknowledge methods
The acknowledge and acknowledgeBatch methods of the Subscription class now retry temporarily failed messages for a subscription with Exactly Once Delivery enabled.
The methods also return the permanently failed messages if the returnFailures option is set.