Abhinav Das
Abhinav Das
@feywind What's also quite peculiar is that when I use options with subscriptions, it seems to square the number of `maxMessages` specified. For me, if I set this to `1`,...
@dermasmid from [this](https://github.com/googleapis/nodejs-pubsub/issues/1213) other issue, it seems setting `allowExcessMessages: false` in your options fixes the issue like so: ``` const subscription = pubSubClient.subscription(subscriptionNameOrId, { flowControl: { maxMessages: 1, allowExcessMessages: false...
@GauthierPLM thanks a ton for this contribution! QQ—I still don't see this service in my list of options on my coolify instance.. and there seem to be no updates available!...
@liou666 sure, totally understand. let me pick this up over the weekend. i'll do a quick spike to take a look at how the project is organized currently etc and...
It sure has!