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
For a zmq_socket, the current queue length and HWM state should be observable by the application, such that this information can be integrated into application monitoring data. This might be implemented in either a push or pull way. A push way might extend the current socket monitor facility, a pull way might add new socket options that can be queried via zmq_getsockopt.
The text was updated successfully, but these errors were encountered:
@jana-rapava I am not completely sure, but didn't you work on something related to this at last year's pre-FOSDEM Hackathon? Maybe we can talk/work on this next week in Brussels?
For a zmq_socket, the current queue length and HWM state should be observable by the application, such that this information can be integrated into application monitoring data. This might be implemented in either a push or pull way. A push way might extend the current socket monitor facility, a pull way might add new socket options that can be queried via zmq_getsockopt.
The text was updated successfully, but these errors were encountered: