saas-zmq

Crates.iosaas-zmq
lib.rssaas-zmq
version0.1.3
sourcesrc
created_at2024-07-01 03:43:25.405129
updated_at2024-07-01 08:25:27.649288
descriptionZeroMQ tools by using Publish-Federation.
homepage
repository
max_upload_size
id1288350
size52,077
(WangSimple)

documentation

README

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"


Commit count: 0

cargo fmt