a. How do you achieve Blue/Green deployment of Pub/Sub?
b. How to achieve automated testing of complete Pub/Sub setup -
i. Automation for creation of topics and publishing a message on topic
ii. Automation of subscribers pulling a message from pub/sub topic
c. Billing - Is it possible to track usage from a billing perspective back to each topic when multiple topics are being leveraged? How is billing tracked in Pub/Sub - on Topic or on Subscription?
d. Disaster recovery for Pub/Sub
- Is this even a valid requirement? What exactly do we need to save to be able to restore on Disaster recovery?
I assume Pub/Sub is global/multi-regional with SLAs guaranteed by Google (just like any other service)
Appreciate your inputs/comments