pub-sub-api-node-client
pub-sub-api-node-client copied to clipboard
A node client for the Salesforce Pub/Sub API
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`...
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...
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...
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...
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 >...