micro/broker/nats
magodo 0baea58938 wait nats drain since it's asynchronous
1. nats subscription draining is removed, since it is asynchronous,
   and there is no reliable way to detect when it is finished.
   Remove this option to avoid confusion.
2. nats connection draining is kept, and use 2 callbacks to detect
   draining timeout (timeout is set via `nats.Options`) or finish.
3. Also honour options passed in `broker.Init()` (previously only
   `broker.New()` is honoured).
2019-08-07 17:58:45 +08:00
..
context.go Add nats broker as a default 2019-05-29 16:46:57 +01:00
nats_test.go Changed default NATS address to nats://127.0.0.1:4222 in nats test 2019-06-06 12:06:14 +01:00
nats.go wait nats drain since it's asynchronous 2019-08-07 17:58:45 +08:00
options.go wait nats drain since it's asynchronous 2019-08-07 17:58:45 +08:00