nats.rs icon indicating copy to clipboard operation
nats.rs copied to clipboard

Rust client for NATS, the cloud native messaging system.

Results 98 nats.rs issues
Sort by recently updated
recently updated
newest added

**For debugging convenience, I created a minimal project containing all configs, scripts and code here**: https://github.com/choerst-ibm/nats-repro See [README.md](https://github.com/choerst-ibm/nats-repro/blob/main/README.md) there on how to run it most easily. #### NATS version (`grep...

bug

And probably make the feature optional. This way, an unnecessary dependency is not pulled in if the user does not want it.

We have some errors that are sync in nature, either from the NATS server or from threaded callbacks for message handlers. Should we have the notion of `last_error()` for both...

#### Use Case: Pull Consumers optimed (`consumer.messages()`) and customizable (`consumer.stream()`) modes should use `max_bytes` as a way of optimizing throughput, as a more meaningful way of throttling messages. #### Proposed...

enhancement

#### Use Case: Got the more NATs info with "admin" / "Account" Context like NATs cluster "Server Info", stream "Peer Remove", "Step-Down", for watch server state, and fix raft of...

enhancement