eventually-rs
eventually-rs copied to clipboard
Event Sourcing for Rust
Updates the requirements on [tonic-reflection](https://github.com/hyperium/tonic) to permit the latest version. Changelog Sourced from tonic-reflection's changelog. 0.5.0 (2021-07-08) This release includes a new crate tonic-web which is versioned at 0.1 and...
Updates the requirements on [bb8-postgres](https://github.com/djc/bb8) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...
Thanks for the work on eventually. I'm trying to come to grips with the moving parts and encountered some trouble in getting a client to test the server setup I...
Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-rs) to permit the latest version. Changelog Sourced from testcontainers's changelog. [0.14.0] - 2022-05-30 Added Added watchdog feature that spawns a background thread keeping track of...
**Is your feature request related to a problem? Please describe.** Guaranteeing that a message (state data) is persisted exactly once. **Describe the solution you'd like** A generic preexisting solution that...
Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. Changelog Sourced from tonic-build's changelog. v0.7.2 (2022-05-04) Bug Fixes build: Reduce Default bound requirement (#974) (4533a6e) don't enable default features...
Currently blocked by #231
Updates the requirements on [bb8](https://github.com/djc/bb8) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...
**Is your feature request related to a problem? Please describe.** I want to use AWS DynamoDB as a storage for the Event Store. I want to use it since it's...
is it possible to move the example app into the repo? this will ensure that the example always stays aligned with the current API