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
(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
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