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
I am wondering how to handle slow subscriber in an adaptative way
decimate pub send based on time to message dequeueing speed (can be done in app not in pizco but would require additionnal complicated logic (transmission of data from busy client to server...).
add high_water_mark_option to server
implement time stamp in protocol and add a max_pub_message_latency in Proxy to drop older messages
Would that fit to pizco philosophiphy?
The text was updated successfully, but these errors were encountered:
Hello,
I am wondering how to handle slow subscriber in an adaptative way
Would that fit to pizco philosophiphy?
The text was updated successfully, but these errors were encountered: