文件名称:Ray:项目停止更新,新项目:https
文件大小:336KB
文件格式:ZIP
更新时间:2024-05-03 05:53:50
distributed-systems cqrs event-sourcing actor event-driven
射线 这是一个高性能的分布式框架,集成了Actor,事件源和最终一致性(请参阅: : ) 案例开始步骤 如果是简单的无事务转移函数 安装(mongodb或postgresql或mysql或sqlserver)和(rabbitmq或kafka)。 在Ray.Host项目的Program.cs中选择事件持久性方法和EventBus。 var builder = new SiloHostBuilder () . UseConfiguration ( config ) . ConfigureApplicationParts ( parts => parts . AddApplicationPart ( typeof ( Account ). Assembly ). WithReferences ()) . ConfigureServi