Re: How to replay a transaction log from the begining
Boxuan Li
Hi Ojas, Ideally, by using Instant.now() to add your log processor, you should be able to see your callback invoked as soon as the transaction completes (if you are using a single in-memory storage backend), or with a minimal delay (depending on the read latency of your storage backend). The time difference in your log looks a bit weird to me. Can you check if there is a clock drift among your servers? Best, Boxuan 「ojas.dubey via lists.lfaidata.foundation <ojas.dubey=amdocs.com@...>」在 2021年6月30日 週三,下午10:12 寫道: Hi Boxuan, |
|