kayleg / cloud-pubsub

Google Cloud PubSub client in rust
MIT License
31 stars 21 forks source link

Add possibility to use google pubsub emulator (given PUBSUB_EMULATOR_HOST env) #5

Closed sync closed 4 years ago

sync commented 4 years ago

Wanted to use google beta pubsub emulator and was thinking it could be useful to others.

Guide

https://cloud.google.com/sdk/gcloud/reference/beta/emulators/pubsub

Gotcha

Make sure to create a topic locally before sending a subscription, it won't sync with the topics you have created on gcloud