4 ms·
To me it sounds like NATS Jetstream but with Rust. I wonder what the reliability looks like when it is prod ready
by ncb9094 8mo ago
To me it sounds like NATS Jetstream but with Rust. I wonder what the reliability looks like when it is prod ready
- nchmy 8mo agoJetstream isn't kafka-compatible, nor does it have pluggable storage of s3, sqlite, Postgres etc...
- ncb9094 8mo agoI think jetstream storage is about to get s3 api support https://github.com/nats-io/nats-server/discussions/5486 https://github.com/nats-io/nats-server/discussions/5486 . also you can use bento connector to connect it to any pipeline you could possibly want. It is easy to manage and works great
- nchmy 8mo agoGreat to see. Hopefully something comes of it. Thanks for sharing