python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error when use google pubsub emulator and Spring function.adapter.gcp.GcfJarLauncher
I am trying to make a GCP Cloud function trigger by pubsub message using Spring Cloud framework.
I have started with the example provided by Spring team which is quite simple.
But when I execute the c...
tschi
Votes: 0
Answers: 1
Google Pub-sub flow-control with max_messages is not working as expected
I am using google pubsub to listen to the events that are published. The publisher is not under my control and I dont know at what rate they are published.
I subscribe to that pubsub with the below se...
grusome
Votes: 0
Answers: 0
How to setup Google RTDN and Pub/Sub Properly with Backend and Android App?
Can anyone guide me on this regarding Pub/Sub and RTDN.
I have an app with in-app subscription, So when users take any subscription my app unlocks some features for them, and meanwhile on the go, I am...
ShaRy
Votes: 0
Answers: 1
Trigger ALL cloud run instances at once to do async job (rebuild cache)
I have a cloud run with multiple instances running or idle.
I want all the instances to do an async job periodically (to rebuild a cache).
Example of async job:
Periodically check if there is a new v...
tech-escape
Votes: 0
Answers: 1