Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Add transaction listener interface #126

Open
gburd opened this issue Aug 6, 2020 · 0 comments
Open

[core] Add transaction listener interface #126

gburd opened this issue Aug 6, 2020 · 0 comments
Labels
A-core enhancement New feature or request

Comments

@gburd
Copy link

gburd commented Aug 6, 2020

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 mozilla/tofino#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.

@gburd gburd added A-core enhancement New feature or request labels Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant