service-fabric
service-fabric copied to clipboard
Service Fabric Sample that uses gRpc
I would like to request a sample application that shows how to communicate using gRPC.
The sample should at minimum cover the following
- Stateless to Stateless communication
- Statefull to Statefull communication
- Actor to Actor communication
It would be nice if the sample could include an example of a unit test or similar.
The Service Fabric Communication documentation does not address gRPC. https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-communication
We need to migrate a framework cluster that uses WCF and will be migrating to gRCP as WCF cannot be used in core \ 5x applications. We have found very little information on how to use gRPC with Service Fabric and would there like to request that a sample application (c#) is being developed.
Any update on this MS? Or should we abandon Service Fabric too?