Jsforce: replay (streaming api)

Created on 17 Oct 2016  路  5Comments  路  Source: jsforce/jsforce

Any plans on implementing message durability using Replay, where we can pass a replay ID to the client so we can pull all messages that occurred from that ID forward?

For reference: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durability.htm

enhancement

Most helpful comment

If replay is already supported how is the replay id set?

In the streaming class the _createClient method sets the endpoint but not the replayId

All 5 comments

(The PR #546 is for this enhancement issue I understand)

Actually it has already supported the replay channel, but not documented well.

no support for replay?

If replay is already supported how is the replay id set?

In the streaming class the _createClient method sets the endpoint but not the replayId

I believe this has been resolved now with: https://github.com/jsforce/jsforce/pull/740

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MarkBolden picture MarkBolden  路  3Comments

akatechis picture akatechis  路  4Comments

sureshshamanth picture sureshshamanth  路  6Comments

myke11j picture myke11j  路  4Comments

MoshikEilon picture MoshikEilon  路  3Comments