Salesforce Pub/Sub API Connector - Mule 4
Mule4 connector to interface with the Salesforce Pub/Sub API.
home
The Mule4 connector for the Salesforce Pub/Sub API gives you the following benefits:
- An additional connector complementing the Salesforce Connector, giving more ways to interface with Salesforce’s ecosystem. Now, you have a Mule Connector for every Salesforce API method including SOAP, REST, Bulk, Streaming, and Pub/Sub.
- The benefits of the Pub/Sub API, including gRPC performance, subscription flow control which reduces spikes in your publish traffic and buffer load, and publishing acknowledgments.
- A single connector to publish and subscribe to topics. The Pub/Sub connector scales, supporting multiple organizations.
Instead of using multiple APIs: Bulk, SOAP, REST, and Streaming to interface with events, the Pub/Sub API allows users to publish and subscribe to events, request schema, and request topic information – all within one API.
The Pub/Sub API from Salesforce includes the following benefits:
- gRPC-derived performance: Pub/Sub API is a ++gRPC++-based API, offering seven to 10 times more performance than REST, bidirectional streaming, and increased security.
- Control and confirm: Includes subscription flow control, allowing you to define the quantity of events flowing through, as well as real-time publishing acknowledgements.
- A single API: One API to publish, subscribe, and get schemas to high-volume Platform Events, Change Data Capture events, and Real-Time Event Monitoring.
For more information:
See the Pub Sub API notes: https://developer.salesforce.com/docs/platform/pub-sub-api/overview