Hacker News new | past | comments | ask | show | jobs | submit login

Liftbridge is an experiment and has no real production users. NATS Streaming is already fine for lightweight single-host usage. If you really need to scale to multiple servers then I recommend skipping NATS Streaming and going straight to Kafka or Apache Pulsar.



Have any more lighter-weight recommendations that fit the queuing and persistence category?


RabbitMQ is another option. Clustering is fragile, but it's fine if you just need a single-node: https://www.rabbitmq.com/

There are also proprietary systems like Solace: https://solace.com/

Other than that, there are embedded queuing/log libraries or you can just dump the messages into a key/value store or write them out to a file yourself.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: