erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
886 stars 189 forks source link

Where is an example, where topic name is used as a parameter for publisher and subscriber? #344

Open sergorl opened 2 years ago

sergorl commented 2 years ago

Where is an example, where topic name is used as a parameter for publisher and subscriber?

rdelfin commented 1 year ago

There's a handful of examples that use pubsubs with topics. A good pair are psenvpub and psenvsub, here and here respectively