Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在不使用转发器概念的情况下使用 zeroMQ 库进行消息广播?
是的,一个 PUB 套接字将广播到所有连接的 SUB 套接字。仅当您想要桥接不同的网络时(例如从 TCP 到 PGM 多播),或者当您想要为数据流添加一些智能(例如缓存最近发布的消息)时,才需要转发器(代理)。