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...

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...

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...

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 ...
1

© 2022 - 2025 — McMap. All rights reserved.