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
Integration test with cloud pubsub emulator. Sending and Receiving from the same code block
I've been trying to test the interactions with Cloud PubSub using the emulator. It publishes the message to the topic but the receiver doesn't get triggered. Here's the code workthrough:
func TestPubS...
Damian Akpan
Votes: 0
Answers: 1
How can I add region endpoints to pub sub emulator
I am testing pub sub region failure.
So I only need one region topic up. And if I ping the same topic with another endpoint , it should fail. I am testing with emulator. But in emulator there is no wa...
santosh sahoo
Votes: 0
Answers: 1
Google Pub/Sub emulator: Get unacknowledged messages?
I'm using version 368.0.0 of the Google Pub/Sub emulator. I like to get the currently unacknowledged messages - at least their number. Preferably also their content and other meta-data.
How do I do th...
cis
Votes: 0
Answers: 1