J Oliver EventStore - Saga 示例
我想知道是否有任何关于使用 Saga 和 EventStore 的文档/指南。我的部分困惑是,当您考虑使用 NServiceBus 或 MassTransit 等服务总线时,也会有 Saga 的概念。我知道 EventStore 本身的代码中没有 Saga,但 CommonDomain 项目有,并且它们一起工作。我是使用 CommonDomain/EventStore 中的 Saga 基础设施还是依赖 ServiceBus Saga 支持?或者两者可以一起使用吗?
I was wondering if there is any documentation/guidance on using Saga's and the EventStore. Part of my confusion is that when you look at using a Service Bus like NServiceBus or MassTransit the too have the concept of a Saga. I know the EventStore itself does not have the Saga in the code but the CommonDomain project does and they work together. Do I use the Saga infrastructure in the CommonDomain/EventStore or rely on ServiceBus Saga support? Or could both be used together?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
传奇故事示例的最佳选择是在我的博客上: 第一部分和第二部分
我们非常欢迎您使用 MassTransit 或 NServiceBus 来实现传奇。我使用 CommonDomain 进行了一个简单的实现,因为我试图避免对这些框架的依赖,并且因为我想利用事件源来促进传奇。
Your best bet for a saga example is on my blog: Part I and Part II
You're more than welcome to use MassTransit or NServiceBus for sagas. I have a simple implementation using CommonDomain because I was trying to avoid a dependency on those frameworks and because I wanted to leverage event sourcing to facilitate sagas.