Hacker News new | ask | show | jobs
by ncb9094 143 days ago
To me it sounds like NATS Jetstream but with Rust. I wonder what the reliability looks like when it is prod ready
1 comments

Jetstream isn't kafka-compatible, nor does it have pluggable storage of s3, sqlite, Postgres etc...
I think jetstream storage is about to get s3 api support 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
Great to see. Hopefully something comes of it. Thanks for sharing