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.
Rebus 中是否有任何机制来处理通常由 saga 处理但没有与相关属性匹配的当前 saga 的消息?开箱即用,我相信这些消息只是被 Rebus 消费了,但是对于它们发生的事情没有可见性。
即 NServiceBusIHandleSagaNotFound允许端点处理这种情况
IHandleSagaNotFound
不幸的是,现在没有办法处理这个问题。正如您可能已经发现的那样,仅记录了一条消息,即 Rebus 找不到传入消息的现有 saga 数据实例。