google-cloud-pubsub-emulator Questions
2
After starting the PubSub emulator using the gcloud CLI and loading the environment variables accordingly, the gcloud CLI remains authenticated with our Google production account. Basically, we did...
Vertical asked 8/12, 2017 at 13:48
2
Solved
Update: Link to repo is moved to answer because repo is now updated with code from answer below.
Problem description
Current code is working, but it is using gcloud beta emulators pubsub from googl...
Strasbourg asked 4/9, 2021 at 19:23
1
I'm using google-cloud-pubsub in Django and the Google Cloud Pub/Sub Emulator.
I'm trying to create a topic in this way:
publisher = pubsub.PublisherClient ()
topic_path = publisher.topic_path ('...
Ketchan asked 26/9, 2017 at 20:51
2
Solved
I'm trying to setup my development environment. Instead of using google cloud pubsub in production, I've been using the pubsub emulator for development and testing. To achieve this I set the follow...
Penstock asked 11/4, 2017 at 19:25
2
Solved
As the title mentions, I would like to know if, from a Cloud Build step, I can start and use the pubsub emulator?
options:
env:
- GO111MODULE=on
- GOPROXY=https://proxy.golang.org
- PUBSUB_EMUL...
Heartfelt asked 3/9, 2020 at 10:9
1
Solved
After starting the pubsub emulator, I'm trying to create a topic and a subscription using the HTTP API. Creating a topic succeeds, but I cannot figure out why creating a subscription doesn't. Am I ...
Diplocardiac asked 29/4, 2020 at 14:48
2
Solved
I started to use the pubsub emulator to test my basic implementations and ran into an issue while trying to create a new topic.
My emulator listens on localhost:8085 and if i create the topic via ...
Brigade asked 27/4, 2017 at 11:57
1
© 2022 - 2025 — McMap. All rights reserved.