Questions tagged [google-cloud-pubsub]

If you have any queries about programming or APIs concerning Google Cloud Pub/Sub, a platform on the Google Cloud infrastructure that offers event-driven systems and streaming analytics through asynchronous messaging and ingestion services, don't hesitate to ask.

Google Cloud PubSub does not automatically resend unacknowledged messages

The answer chosen for this particular question contains some pertinent details I currently have a subscription set up with the following parameters: https://i.stack.imgur.com/Bn0d4.png along with the following code snippet: const subscription = this.pub ...

Ways to utilize Pub / Sub Notifications for Cloud Storage

In order to utilize Pub/Sub Notifications for Cloud Storage, I am working with storage files on Firebase and need to perform various processes. These processes result in additional data being stored in different fields on Firebase. However, there are insta ...

Node.js app on Google App Engine experiencing memory leaks when running a basic pubsub application, leading to surpassing the soft private memory limit

My experience with developing a simple appEngine using pubsub app has led me to some concerning observations. Upon reviewing the appEngine logs, I noticed a constant increase and drop in memory usage that repeats itself. Upon closer inspection of the logs, ...

Experience the power of Google Cloud PubSub emulator by testing it with a push subscription

In my attempt to configure a GCP PubSub service to work with a subscription that uses the push method, I encountered an obstacle during the development stage due to the unavailability of accessible endpoints. I initially believed that utilizing the emulat ...