Frends.Salesforce.PubSubConsume / 1.1.0
Summary
Consumes events from a Pub/Sub topic and returns the position it reached, which can be fed back on the next run so consumption resumes rather than restarting.
Typical use — near-real-time replication out of Salesforce, where storing the returned position between runs is what stops events being missed or repeated
1.1.02026-08-17
Changed
- Updated package copyright to meet platform compliance requirements.
1.0.02026-04-26
Added
- Initial implementation