>
> However, if you want to apply supervision for distributed Go channels you 
> have to change from channels to actors - at least behind the scenes of the 
> distributed channels. AFAIK, no one has done something like that for 
> anything writen in Go. Nats is very reliable, but does not provide 
> guaranteed "all or nothing" delivery.
>

Coming to think of it you could make use of Rabbitmq as the distributed 
channel provider. It is written in Erlang and fulfills this "all or 
nothing" requirement. Bindings for Go already exist: 
https://godoc.org/github.com/streadway/amqp

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/52a565de-6c95-4a28-b8fd-1fc5bb6b1fb6%40googlegroups.com.

Reply via email to