4 releases
0.1.3 | Jul 1, 2024 |
---|---|
0.1.2 | Jul 1, 2024 |
0.1.1 | Jul 1, 2024 |
0.1.0 | Jul 1, 2024 |
#753 in Asynchronous
25KB
488 lines
About
The 'saas-zmq' crate provides bindings for the libzmq library from the ZeroMQ project.
Config
[[peers]]
sub_bind="tcp://localhost:8002"
pub_bind="tcp://localhost:8001"
heartbeat_bind="tcp://localhost:19001"
req_tc_bind="tcp://localhost:8081"
rep_tc_bind= "tcp://localhost:8011"
req_kc_bind="tcp://localhost:8181"
rep_kc_bind="tcp://localhost:8111"
[[peers]]
sub_bind="tcp://localhost:8005"
pub_bind="tcp://localhost:8004"
heartbeat_bind="tcp://localhost:19002"
req_tc_bind="tcp://localhost:8082"
rep_tc_bind= "tcp://localhost:8012"
req_kc_bind="tcp://localhost:8182"
rep_kc_bind="tcp://localhost:8112"
[[peers]]
sub_bind="tcp://localhost:8008"
pub_bind="tcp://localhost:8007"
heartbeat_bind="tcp://localhost:19003"
req_tc_bind="tcp://localhost:8083"
rep_tc_bind= "tcp://localhost:8013"
req_kc_bind="tcp://localhost:8183"
rep_kc_bind="tcp://localhost:8113"
Dependencies
~12–23MB
~313K SLoC