Reputation: 895
It would be very handy to be able to forward messages from one topic to another without requiring custom code.
For example, instead of a service subscribing to multiple topics, if all topics could forward messages to a single topic, implementing the subscriber would be much simpler.
Upvotes: 2
Views: 1813
Reputation: 17261
There is currently no built-in way to forward messages from one topic to another in Google Cloud Pub/Sub. One would have to write the code manually or via Cloud Dataflow.
Upvotes: 3