Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support Google Pub-Sub #1821

Open
iancooper opened this issue Nov 9, 2021 · 0 comments
Open

[Feature] Support Google Pub-Sub #1821

iancooper opened this issue Nov 9, 2021 · 0 comments

Comments

@iancooper
Copy link
Member

iancooper commented Nov 9, 2021

Is your feature request related to a problem? Please describe.
We want to be able to support .NET developers using the major messaging systems, including those native to cloud environments. We have AWS and Azure support, but we don't have support for Google Cloud.

Describe the solution you'd like
Implement a transport to support Google Pub-Sub. We prefer transports created by contributors that are on the platform, but we tend to need an alpha version at least for someone to pick up and get working more robustly.

Describe alternatives you've considered
Not supporting Google Cloud because .NET devs tend to pick Azure or AWS as a deployment target or use a VM based tool like RMQ or Kafka.

Additional context
https://cloud.google.com/pubsub/docs/overview
https://www.enterpriseintegrationpatterns.com/ramblings/82_googlepubsub.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment