crallen / nestjs-google-pubsub

Subscribe to Google Cloud PubSub topics using NestJS's EventMessage handlers.
MIT License
13 stars 5 forks source link

What Google Pub/Sub client library are you using? #3

Open javier-tarazaga opened 3 years ago

javier-tarazaga commented 3 years ago

Hi!

Thank you so much for creating this useful library. I do have one question that is not mentioned in this repo, this is the server implementation of Google Pub/Sub what about about the Client to actually emit the events in the first place? Any recommendations here?

Thanks!