Re: [go-nuts] Re: distributed runtime

2020-01-06 Thread Robert Engels
I think you want to use “nats streaming”. It does throttling via ACKs. > On Jan 6, 2020, at 7:35 AM, Jason E. Aten wrote: > >  >>> On Mon, Jan 6, 2020 at 6:24 AM Robert Engels wrote: >>> I’m pretty sure Nats.io has all of the same delivery guarantees as >>> rabbitmq. What design is not accom

Re: [go-nuts] Re: distributed runtime

2020-01-06 Thread Jason E. Aten
On Mon, Jan 6, 2020 at 6:24 AM Robert Engels wrote: > I’m pretty sure Nats.io has all of the same delivery guarantees as > rabbitmq. What design is not accommodated by mats? > Any design that needs flow control is not accommodated by Nats.io. I've used Nats extensively and consider it fundamenta

Re: [go-nuts] Re: distributed runtime

2020-01-06 Thread Robert Engels
I’m pretty sure Nats.io has all of the same delivery guarantees as rabbitmq. What design is not accommodated by mats? > On Jan 6, 2020, at 4:56 AM, ffm2...@web.de wrote: > >  > >> >> However, if you want to apply supervision for distributed Go channels you >> have to change from channels to