Fork me on GitHub
#xtdb
<
2019-11-05
>
plexus08:11:40

seems like the anchor tags in the sidebar table of contents don't match what's on the page

plexus08:11:11

does Crux have an equivalent for Datomic's tx-report-queue?

jonpither09:11:25

Hi @plexus thanks for the docs report, we're in the process of moving the docs to a dedicated Crux site, hopefully in the next 48 hrs

jonpither09:11:33

that's why this bug in the current docs exist

plexus14:11:43

Good to know @jonpither. How about the tx-report-queue? Any way to subscribe so you get notified of new transactions?

refset01:11:32

tx-log gives you part of the answer https://juxt.pro/crux/docs/clojure_api.html#_tx_log - you may also want to see how the crux-kafka-connect module uses it (also, for historical context on how it filters out failed transactions: https://github.com/juxt/crux/issues/323)

4