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
Make ZMQ, UDP and filesystem monitoring routers send via radios (#3700)
This PR is intended to consolidate monitoring message sending in the
monitoring radio code.
This is a step towards removing Python multiprocessing from the
monitoring code base (see issue #2343) by making it clearer how to
change to a different message send implementation (by swapping out the
radio implementation and configuration)
Compare to how the interchange forwards HTEXRadio messages onwards via
some other radio (which right now is always the ZMQRadioSender) --
rather than having its own ZMQ code.
# Changed Behaviour
none
## Type of change
- Code maintenance/cleanup
0 commit comments