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.
我正在将 Thrift 评估为 rpc 框架。我希望能够用 thrift 进行发布/订阅逻辑,并且想知道如何做到这一点。
一些不同的答案可能会有所帮助:
我已经完成了自己的研究,看起来与节俭一样,您应该序列化并在某种类型的消息队列(如 zeromq 或 redis)上执行 pub sub。
你看过DDS吗?数据分发服务是通过主题进行发布/订阅通信的完整标准。