Subscriber should use topic as source filter when registering a listener
Closed this issue · 2 comments
gregmedd commented
Source filters will be matched against the message source. By spec, a publish
message puts the topic in the source field.
The current implementation of Subscriber
places the topic in the sink filter field. This needs to be fixed.
ruchirchauhan commented
I will take this