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.
我需要将一条消息映射到多个 saga 实例。我该怎么做?
我想到了一个实用服务,它接收该消息并将其副本发送到所有 saga 实例。但是这个解决方案需要所有 sagaIds 的这项服务的知识。
目前在单个端点上不支持此功能。如果您希望多个 saga 处理同一消息,则该消息需要由多个端点处理。
您能否以不同的方式设计您的解决方案,而不需要为每条消息调用多个 saga?