EventStoreDB-Client-Rust icon indicating copy to clipboard operation
EventStoreDB-Client-Rust copied to clipboard

Rust EventStoreDB gRPC Client

Results 8 EventStoreDB-Client-Rust issues
Sort by recently updated
recently updated
newest added

https://rustsec.org/advisories/RUSTSEC-2023-0052

linear

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...

enhancement

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...

dependencies
javascript