EventStoreDB-Client-Rust
EventStoreDB-Client-Rust copied to clipboard
Rust EventStoreDB gRPC Client
Sample error when logging is enabled: ``` DEBUG eventstore::grpc > Failed to create gRPC channel for candidate Endpoint { host: "172.30.240.11", port: 2113 }: transport error: error trying to connect:...
Rediscovery should not be run when the client receives a `StatusCode` 10 (`ABORTED`) response. Instead, the consumer should retry the failed operation on the same connection.
Changed: Support different runtime environments out-of-the-box.
Currently the signature of `EventData::json` looks like this: ```rust pub fn json(event_type: S, payload: P) -> serde_json::Result ``` The `payload` is later only used by shared reference, there is no...
I encountered this `unreachable!()` panic quite a lot when using Persistent Subscriptions. I'm not entirely sure the cause, but as I am hitting it then it's fair to say it's...
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.3.0 to 11.10.0. Release notes Sourced from mermaid's releases. [email protected] Minor Changes #6744 daf8d8d Thanks @SpecularAura! - feat: Added support for per link curve styling in flowchart...