RichardKnop / machinery

Machinery is an asynchronous task queue/job queue based on distributed message passing.
Mozilla Public License 2.0
7.43k stars 904 forks source link

NATS Jetstream broker and store #717

Open gedw99 opened 2 years ago

gedw99 commented 2 years ago

Nats is a decent broker and supports global clustering

It also recently introduced a kv store that is part of the system itself .

The kv store requires a master data center but then updates all the slave data centers . It does all this for you

So I was wondering if it’s a worthwhile addition to machinery ?

I am not sure if a basic kv is enough for machinery needs for storing result sets either .

https://nats.io/blog/kv-cli/

nexovec commented 7 months ago

Hi is this ever planned?