IPC subscription to outgoing network publication #1855
-
|
The docs indicate that there is a way to consume a network publication via IPC using a spy subscription. Is there any other stronger way to consume IPC from a network publication that carries all the same flow control semantics as a normal subscription, or is it required for the publisher to publish 2x across different publications to enable that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
@kdkavanagh What do you mean by?
As noted in the documentation spy will participate in the flow control, i.e. will apply back-pressure as any normal consumer. It is also possible to treat spy subscription differently using |
Beta Was this translation helpful? Give feedback.
@kdkavanagh What do you mean by?
As noted in the documentation spy will participate in the flow control, i.e. will apply back-pressure as any normal consumer. It is also possible to treat spy subscription differently using
tether=falseURI parameter when adding spy.