我的服务架构上托管了两个有状态服务。我需要使用服务代理从一个服务与另一个服务进行通信。像这样的事情
_proxyFactory.CreateServiceProxy<IRestoreStatefulService>(new
Uri("fabric:/Itron.Cloud.ActionManager.ExDefinition.Services/BackupResStateful"),
new ServicePartitionKey(0), TargetReplicaSelector.Default, null)
我可以从有状态服务到无状态服务,但在两个有状态服务之间无法做到这一点。