pub-sub-api-node-client icon indicating copy to clipboard operation
pub-sub-api-node-client copied to clipboard

A node client for the Salesforce Pub/Sub API

Results 9 pub-sub-api-node-client issues
Sort by recently updated
recently updated
newest added

Pass configuration as an object instead of relying on environment variables so that the application using the client can decide on how to best store its configuration (with a `.env`...

enhancement

Hi all, It's more of a general question than a real issue. Since this library is mentionned in the Salesforce documentation, is it recommended for production or is it just...

question

Events can come through out of order due to use of async in forEach. Iterations of the forEach loop execute concurrently which allows a later call to complete before an...

Although, I can subscribe to the generic CDC event `data/ChangeEvents`, when it receives the notification it's not able to handle it. I am getting this error: ``` Connected to Pub/Sub...

pubsub-api-limitation

Hi, I'm not able to run the sample code to subscribe to platform event. I'm able to authenticate via JWT flow after you fixed the issue with Private Key checks(thanks!)....

const client = new PubSubApiClient({ authType: 'oauth-client-credentials', loginUrl: process.env.SALESFORCE_LOGIN_URL, // https://test.salesforce.com clientId: process.env.SALESFORCE_CLIENT_ID, clientSecret: process.env.SALESFORCE_CLIENT_SECRET }); getting: [cause]: Error: Authentication error: HTTP 400 - {"error":"invalid_grant","error_description":"request not supported on this domain"}....

We received a high volume of events in one of our pubsub subscriptions, and at the same time saw errors with `cause = {}`. We saw that we'd receive an...

Hello Dev(s), We have an application which is configured to run using both node and deno, but the pub/sub client only receives events when its running in Node.js. Any plans...

enhancement

Bumps [form-data](https://github.com/form-data/form-data) from 4.0.3 to 4.0.4. Changelog Sourced from form-data's changelog. v4.0.4 - 2025-07-16 Commits [meta] add auto-changelog 811f682 [Tests] handle predict-v8-randomness failures in node < 17 and node >...

dependencies
javascript