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.
我有两个筒仓 A 和筒仓 B,每个筒仓都有自己独特的纹理和界面。我需要让它们都通过流进行通信。这怎么可能?我现在在本地运行并使用 SMS InMemory 存储。在同一个筒仓流工作中,如何跨筒仓实现
如果您在筒仓 A 上有粒料 a 想要通过流与筒仓 B 上的粒料 a 进行通信,只需从 a 生产到一个流并从 b 订阅消费,它就会工作。