-
Hi. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You have maxBackpressure option which is the limit for when the subscribing connection is simply dropped |
Beta Was this translation helpful? Give feedback.
-
Many thanks for the immediate reply! I understand ... however, is there a way to take care about this by writing proper code to delay the publishing in case of backpressure? I would be tempted to increase this limit let's say up to 16 Kb per connection .... is this the proper way to (try to) manage backpressure on publish? or I will simply get dropped connections ? |
Beta Was this translation helpful? Give feedback.
-
I can only imagine two different strategies here. Either you drop slow receivers, or you drop outgoing messages to slow receivers You have to drop something |
Beta Was this translation helpful? Give feedback.
I can only imagine two different strategies here.
Either you drop slow receivers, or you drop outgoing messages to slow receivers
You have to drop something