I'd like to stop a Dataflow streaming job that reads from PubSub, but retain it's created subscription.
Is there any way to do so?
I'd like to stop a Dataflow streaming job that reads from PubSub, but retain it's created subscription.
Is there any way to do so?
When creating a PubSub source you can either provide a topic or a subscription. If you do not specify a subscription one will be created by Dataflow and managed for you. I don't think there's a way to keep the subscription created and managed by Dataflow alive after the pipeline.