crallen / nestjs-google-pubsub

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

flowControl.maxMessages missing #6

Open a-molaei opened 3 years ago

a-molaei commented 3 years ago

Hi, I need to set maxMessages for the subscriptions. But this field does not exist as an option in this library. I will appreciate it if you add it.

a-molaei commented 3 years ago

@crallen I created a PR for that.