You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如tcp订阅,通过“||”来订阅多个tag,请问http是如何实现的?
http的订阅貌似只能是equal,并不能通过“||”来订阅多个tag。
If not empty, only consume the message which's @see {@link TopicMessage#messageTag} is equal to it
如tcp订阅,通过“||”来订阅多个tag,请问http是如何实现的?
http的订阅貌似只能是equal,并不能通过“||”来订阅多个tag。
If not empty, only consume the message which's @see {@link TopicMessage#messageTag} is equal to it
因此为了实现订阅多个tag的目的,每个应用都需要订阅所有的tag,然后再把所有的tag获取后,排除不是自己应用的tag,然后再进行处理。