[core] Add transaction listener interface #126

Open
opened 2020-08-06 16:55:21 +00:00 by gburd · 0 comments
gburd commented 2020-08-06 16:55:21 +00:00 (Migrated from github.com)

This is the Rust equivalent of #61 and Datomic's Transaction Report Queue. The idea is to push transaction reports to a queue (or invoke a callback, or ...) to allow the embedding application to react to specific types of transactions. There are lots of ways to achieve this, all with different trade-offs.

If we want to push https://github.com/mozilla/tofino/issues/1575 all the way across the line, we'll need some form of transaction listener to push changes to the WebSocket clients.

This depends on #296.

This is the Rust equivalent of #61 and Datomic's [Transaction Report Queue](http://blog.datomic.com/2013/10/the-transaction-report-queue.html). The idea is to push transaction reports to a queue (or invoke a callback, or ...) to allow the embedding application to react to specific types of transactions. There are _lots_ of ways to achieve this, all with different trade-offs. If we want to push https://github.com/mozilla/tofino/issues/1575 all the way across the line, we'll need some form of transaction listener to push changes to the WebSocket clients. This depends on #296.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg/mentat#126
No description provided.