use msg.Subject as topic
This commit is contained in:
parent
040c291e74
commit
8898b42bda
2
nats.go
2
nats.go
@ -122,7 +122,7 @@ func (n *nbroker) Subscribe(topic string, handler broker.Handler, opts ...broker
|
|||||||
if err := n.opts.Codec.Unmarshal(msg.Data, &m); err != nil {
|
if err := n.opts.Codec.Unmarshal(msg.Data, &m); err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
handler(&publication{m: &m, t: topic})
|
handler(&publication{m: &m, t: msg.Subject})
|
||||||
}
|
}
|
||||||
|
|
||||||
var sub *nats.Subscription
|
var sub *nats.Subscription
|
||||||
|
Loading…
Reference in New Issue
Block a user