google-cloud-pubsub Questions
2
I've been following the steps in the Google tutorial, Using Pub/Sub with Cloud Run tutorial.
All ok until allowing Google's service account to create auth tokens (Integrating with Pub/Sub 2.b.)
Her...
Puffy asked 16/10, 2022 at 18:44
6
I have succesfully deployed a 2nd generation cloud function with a storage trigger per the google tutorial.
The Cloud Function works when I run a test command in the shell. But if I try for real by...
Conjunctiva asked 4/11, 2022 at 7:39
3
Solved
I have a Google Cloud Pub/Sub subscription that is using a dead-letter topic. I recently had an outage that was preventing a number of messages from being processed & they ended up in the dead-...
Friedrick asked 7/5, 2020 at 4:46
0
I have a BigQuery table I stream updates to from Pub/Sub topic via push subscription writing to it with the topic schema.
At some point, I backed up the table with:
CREATE TABLE `my-dataset.my-tabl...
Marsden asked 20/5, 2024 at 0:57
9
I'm currently trying to make some mobile code with Flutter. I'm trying to publish/subscribe data to GCP Cloud Pub/Sub using gcloud library dart. Here is the code for the main.dart:
import 'dart:io...
Autotrophic asked 20/10, 2019 at 11:34
2
Solved
I am working on implementing event driven using GCP Pub/Sub.
I have a topic called orders, and that topic will have a subscription named orderPlacedSubscription I have two services that want to lis...
Zymotic asked 25/7, 2022 at 12:8
2
Solved
I get an error (in red, in picture below) whilst creating pubsub Bigquery subscription. Error shows up in subscription creation view:
First question - why is this error appears in the first place?...
Crosslegged asked 15/9, 2022 at 14:17
1
This happens when I try to create a topic
TypeError: this.auth.getUniverseDomain is not a function
at GrpcClient.createStub (/Users/<...>/node_modules/google-gax/src/grpc.ts:418:48)
at pro...
Laconism asked 11/2, 2024 at 9:59
2
Solved
I have integrated GMB API in our platform and working with PubSub to get realtime reviews notification.
For which i have already done the following steps:
Created topic on google PubSub cloud.
...
Silken asked 1/2, 2018 at 17:20
12
I want to install google-cloud-pubsub via pip installation on Mac OS but I get an error: distutils.errors.CompileError: command '/usr/bin/clang' failed with exit code 1. The command I run: pip inst...
Mullane asked 17/11, 2020 at 18:52
3
We have multiple apps uploaded in a single developer account that are featuring in app subscription. All the apps uploaded on play console have corresponding google cloud project having pub sub set...
Regionalism asked 4/11, 2022 at 6:57
2
I'm setting up a simple Proof of Concept to learn some of the concepts in Google Cloud, specifically PubSub and Dataflow.
I have a PubSub topic greeting
I've created a simple cloud function that ...
Position asked 16/5, 2019 at 16:20
2
Solved
What is the best practise concerning the topic name using google-pubsub.
If I have theses events :
customer email updated
customer address updated
customer created
customer deleted
article creat...
Boehm asked 11/4, 2019 at 16:5
1
Solved
We (as a company) experience large spikes every day. We use Pub/Sub -> Cloud Run combination.
The issue we experience is that when high traffic hits, Pub/Sub tries to push messages to Cloud/Run ...
Iodide asked 16/9, 2021 at 13:13
3
Situation - User completes payments for subscription, the app sends purchase token to the backend with the user id. At the same time, we have also configured webhook, which also send same purchase ...
Pram asked 23/4, 2018 at 8:48
4
I'm using Google's Pub/Sub queue to handle messages between services. Some of the subscribers connect to rate-limit APIs.
For example, I'm pushing street addresses onto a pub/sub topic. I have a C...
Bailor asked 13/7, 2017 at 17:37
6
Solved
I need to import Pubsub_v1 and bigquery from google.cloud module. I have installed it and pip freeze shows below :
gapic-google-cloud-pubsub-v1==0.15.4
google-cloud-bigquery==0.26.0
google-cloud-p...
Antisocial asked 30/10, 2017 at 9:23
4
Solved
I am working on cloud functions especially schedule functions. I need to trigger a function periodically each 5 minutes, but in only test step. I need to run it on pubsub emulator without deploying...
Chyack asked 6/7, 2020 at 15:13
2
Solved
so I already have some firebase emulators running on my project (auth, functions and firestore emulators).
if I run firebase emulators:start then I will have this 2 messages in my terminal
i emula...
Kagoshima asked 24/3, 2021 at 4:13
3
Solved
I'm using gcloud-node.
createTopic api returns error 409, if that topic exist already. Is there a flag that can implicitly create a topic when publishing a message or Is there an API to check if ...
Crocodile asked 10/8, 2016 at 4:7
3
We are moving from an unstable messaging queue service to Google's Pub Sub in NodeJS. It seems to work well but we would like to include error handling.
We would like to limit the number of retrie...
Barragan asked 26/7, 2016 at 20:24
3
Solved
I'm trying this example for retrieve data from GCP Pub/Sub at DataFlow.
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.time.Instant;
i...
Prepossess asked 27/9, 2018 at 3:11
7
Solved
I have an API that is containerized and running inside cloud run. How can I get the current project ID where my cloud run is executing? I have tried:
I see it in textpayload in logs but I am not s...
German asked 19/12, 2019 at 20:52
6
Solved
I've looked over the documentation for Google's PubSub, and also tried looking in Google Cloud Monitoring, but couldn't find any means of figuring out what's the queue size in my topics.
Since I p...
Andante asked 18/2, 2016 at 7:15
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
1 Next >
© 2022 - 2025 — McMap. All rights reserved.