cometd / cometd-nodejs-client

CometD client for NodeJS
Apache License 2.0
17 stars 7 forks source link

Is cometd-nodejs-client scalable? #21

Closed aaleksandrov closed 4 years ago

aaleksandrov commented 4 years ago

Hi! We're using this library with https://github.com/cometd/cometd for fetching server-to-server from Salesforce. And when Salesforce publishes many messages (5k+) our consumer can't process it, runs out of memory etc. Is it possible to limit amount of messages received by consumer?

sbordet commented 4 years ago

Duplicate of cometd/cometd#892.