Fork me on GitHub
#datomic
<
2017-09-15
>
souenzzo19:09:58

I'm using tx-report-queue to watch/process the transactions I'm handling shutdown/restore cases. There is some how to ask to tx-report-queue start from transaction tx?

marshall19:09:46

@souenzzo No, you need to use the Log API to get from a specific transaction to ‘now’ then use the report-queue from there

souenzzo19:09:56

@marshall d/log+`d/tx-range` gives me data in a format way different that d/tx-report-queue. But ok. I will se some way to "normalize" and allow my handler funcion dont care abou the origin of data (log or report)