google-cloud-cpp
google-cloud-cpp copied to clipboard
Cleanup workarounds for gaps in the Cloud Pub/Sub emulator
The Cloud Pub/Sub emulator lacks a number of features. This issue will help us document any workarounds setup for them.
- [ ] UpdateTopic() not implemented (b/162942530)
- [ ] UpdateSubscription() does not support labels (b/162942530)
- [ ] CreateSnapshot() does not support server-side assigned names (b/163124116)
- [ ] UpdateSnapshot() is not supported (b/163146286)
- [ ] DetachSubscription() is not supported (b/163313381)
Tested today and the problems are still there.
Tested again, the problems are still there.
Still tracking these.