首页 > TAG信息列表 > CorrelationId
NetCore微服务实现事务一致性masstransit之saga使用
demo如下,一个订单处理的小例子: 首先看看结果很简单: 核心代码如下: using MassTransit; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using OrderProcessor.Event; using ServiceModel; using ServiceModel.Command; using ServiceCorrelationId 文档
Provides basic middleware for syncing a correlation ID across ASP.NET Core APIs. Installation First install the package via NuGet: Install-Package CorrelationId In order to use the 3.0.0 version of this library, the IServiceCollection extension method wil