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

### Use case HeaderValue may be well known within a program, if we use bytes to represent header field values we can make use of `from_static` to allocate static header...

enhancement

Supersedes https://github.com/nats-io/nats.rs/pull/782

Purge subject has become redundant with the into_future based purge builder introduced in https://github.com/nats-io/nats.rs/pull/739. Removing in favour of a "one true way" to make the request.

Make sure that these boxes are checked before submitting your issue -- thank you! - [ ] Included below version and environment information - [ ] Included a [Minimal, Complete,...

enhancement

Signed-off-by: Tomasz Pietrek

#### Use Case: I'd like to be able to send messages with a borrowed parameter (`&[u8]`) for the data payload to reduce memory allocation and copying. The tcp stream writer...

enhancement

#### Use Case: The sync NATS client's `kv::Watch` struct does not have a lifetime parameter, while the async_nats version does. This complicates ownership when trying to own a `kv::Store` and...

enhancement

Make sure that these boxes are checked before submitting your issue -- thank you! - [0.24 ] Included below version and environment information - [ ] Included a [Minimal, Complete,...

bug