airtai / faststream

FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ, NATS and Redis.
https://faststream.airt.ai/latest/
Apache License 2.0
3.15k stars 161 forks source link

GCP pubsub support #1229

Open tomerslice opened 9 months ago

tomerslice commented 9 months ago

I would like to use this package with GCP pubsub. The implementation is missing and adding it would be great.

Lancetnik commented 9 months ago

https://cloud.google.com/pubsub

Lancetnik commented 9 months ago

And client: https://cloud.google.com/python/docs/reference/pubsub/latest

Freakachoo commented 2 months ago

It would be very useful to have this feature! Here is the async version for the GCP pubsub library that the feature can be based on: https://github.com/talkiq/gcloud-aio

stemarks commented 1 week ago

would also like to see this feature