google cloud platform - How can I pause a GCP Pubsub push subscription? -
for various reasons have run scenarios "pause" push notifications google cloud platform (gcp) pubsub subscription , allow them queue up, , "unpause" , allow pushes continue without losing messages.
- is built in feature?
- can suggest workaround?
i don't think there's such pause feature. instead, can use polling consumers , can stop polling when need pause. that's can think of.
Comments
Post a Comment