I have pub/sub topics, a pull subscriptions and a data pipelines that pull messages using python and NodeJS implementation of the GCP pub/sub library.
I have an endless regular streaming workload and ad-hoc workloads. I want to prioritize the ad-hoc workloads immediately when needed.
How do I do that?
Creating an additional pub/sub topic for each pipeline seems like a wrong solution. There must be another way to prioritize ad-hoc workloads.