|
|
|
|
|
by hardwaresofton
1808 days ago
|
|
You might want to check out NATS[0], it starts out with RabbitMQ like functionality (message queue) and can also do Kafka things (distributed persistent log) via NATS Jetstream[1] or Liftbridge[2]. It's riding the wave of CNCF cloud-buzzword projects but don't let that scare you off -- generally that means that it is actually really easy to set up and operate, and does most of the things you'd expect via well structured pre-inserted configuration which is a plus. The devil is still in the details though, so read the docs thoroughly to make sure it fits your usecase. [0]: https://nats.io/ [1]: https://docs.nats.io/jetstream/jetstream [2]: https://liftbridge.io/ |
|
For regular messaging