python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
PubSub testing in NodeJS testing with Emulator fails - requires a project but doesn't set one
I'm trying to test the PubSub emissions locally on my NodeJS app.
I'm following these tutorials:
https://cloud.google.com/pubsub/docs/emulator - setting the Emulator
https://cloud.google.com/functions...
tomwe
Votes: 0
Answers: 1
Firebase PubSub Trigger with Message Ordering
does anyone know how to enable the Message Ordering property on a subscription when working with Firebase and NodeJs?
If I navigate to the GCP console and open the queue's subscription detail, I can c...

Norbert Hüthmayr
Votes: 0
Answers: 1
How to count messages from a subscription utilizing streaming pull with GCP Pub/Sub?
I am confused about the GCP Pub/Sub REST API.
Background: I am trying to count the number of messages in a pubsub subscription but I can not iterate through the message object streaming pull.
Therefor...

Malcode
Votes: 0
Answers: 1