vmihailenco / taskq

Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends
https://taskq.uptrace.dev/
BSD 2-Clause "Simplified" License
1.24k stars 100 forks source link

NATS support #56

Open franchb opened 4 years ago

franchb commented 4 years ago

Any thoughts on NATS Streaming Server support?

https://nats.io/

vmihailenco commented 4 years ago

Contributions are always welcome ;) I personally will not have time to add support for it and kafka has higher priority over NATS.

franchb commented 4 years ago

We use NATS Streaming in our project so I will try to implement PR if you don't mind :)

vmihailenco commented 4 years ago

NATS backend is welcome. If you really will start working on such big feature - please share it ASAP so I can give feedback at early stage. There can be a lot of frustration on both sides otherwise.

franchb commented 4 years ago

Need some time for research. I'll get back here as some drafts are ready.

boskiv commented 1 year ago

Is there any updates on it?