nats-io / nats.rs

Rust client for NATS, the cloud native messaging system.
Apache License 2.0
1.04k stars 165 forks source link

Add get stream no io #1306

Closed Jarema closed 4 weeks ago

Jarema commented 4 weeks ago

This methods allows for getting the handler for Stream without calling the server info API. It can be useful when user wants to perform single operation on many streams.

Signed-off-by: Tomasz Pietrek tomasz@nats.io