Re: catch error on Salesforce subscription

2020-02-28 Thread Andres Q
Hi Zoran, you are absolutely right... I was looking for a contrived solution! thanks El jue., 27 de feb. de 2020 a la(s) 20:33, Zoran Regvart (zo...@regvart.com) escribió: > Hi Andrés, > I think it be easier to store the timestamp along with the replayId in > the database and then set it accordin

Re: catch error on Salesforce subscription

2020-02-27 Thread Zoran Regvart
Hi Andrés, I think it be easier to store the timestamp along with the replayId in the database and then set it accordingly. zoran On Thu, Feb 27, 2020 at 5:05 PM Andres Q wrote: > > Hi > > I have the following route definition: > > from("salesforce:data/ChangeEvents?replayId=" + > replayId).proc