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 怎么会知道进程旁边的消息以及它如何关联..
超时会携带 saga id 和相关 id。超时还允许您传递一些状态信息。您可以利用该状态来做出决定,或者在 saga 本身中维护该状态。