nats-io / nats.rs

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

Rework get_raw_message to return `StreamMessage` #1292

Closed Jarema closed 1 month ago

Jarema commented 2 months ago

Having separate types returned by get_raw_message and direct_get seems to be unnecessary complicatinon. Also logic for transforming from received Message was not encapsulated.

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