IPC communication | Non critical subscription & Backpressure #1988
Unanswered
vitor-tadashi
asked this question in
Q&A
Replies: 1 comment
|
You can look at using |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Aeron team, I hope you’re doing well.
I’d like to ask whether it is possible to prevent backpressure from impacting a specific subscription when using IPC communication.
My use case is the following: I have two subscriptions on the same IPC stream. One subscription is critical and must be protected from latency or performance impact. The other subscription is non-critical and runs on non-isolated / free cores. I do not want the non-critical subscription to impact the critical one in any way.
At the moment, I am forced to run everything in the best possible configuration to minimize impact on the critical path, so I may be missing something here. I would like to know whether Aeron supports any way to disable backpressure for one subscription, or otherwise isolate backpressure behavior per subscription.
Any guidance or recommendation would be greatly appreciated. Thank you.
All reactions