Replies: 1 comment 5 replies
-
Hey @titzel24 👋🏻 google_pub_sub:
insecure: true
host: 127.0.0.1:8085 Could you please try to use an emulator with that configuration? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there 👋
I am evaluating Google Pub/Sub and I would need to implement consumers into my existing application using roadrunner server.
I found that you recently added native support for GPS ( https://docs.roadrunner.dev/docs/queues-and-jobs/google-pub-sub ) and wanted to try this with my real google cloud project.
But unfortunately I fail setting it up. I only get the following error in the console while booting the server:
There are no further error details visible.
In the docs you mention configuring a GPS host (example is set to
127.0.0.1:8085
). I tried usingpubsub.googleapis.com
.My config currently looks like this:
Is it even possible to use the current GPS beta integration with a real google project?
If yes, I would highly appreciate if somebody could help me setting it up correctly 🙂
Beta Was this translation helpful? Give feedback.
All reactions