How to get access to drain event when built up Backpressure is gone #1009
Replies: 1 comment
-
Here: |
Beta Was this translation helpful? Give feedback.
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.
-
When backpressure is there, I cannot, in any case, drop the peer from the service. That will be a serious issue. I want to save the dropped messages and then resent them to the peer when the backpressure is drained.
Can I have some event emitted for such a use case? Also if you can help me with should I even do this
In my case, the backpressure is set to 1MB. For my case I do have some serious payload size
Beta Was this translation helpful? Give feedback.
All reactions