Hi,
I have a subscription configured with an exponential backoff strategy AND message ordering. There is a message that has bad content and is causing failures in the subscriber. I would like to acknowledge this message, but I cannot pull it to get it's ID to be able to manually acknowledge it.
Is there a way to "force" pull a message that is stuck in exponential backoff?
Would be this command be helpful to your use case ? gcloud pubsub subscriptions pull
See full command here.
Also I suggest applying deadletter topic for this case. Specially if the subscriber cannot acknowledge it.