microsoft / service-fabric

Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
https://docs.microsoft.com/en-us/azure/service-fabric/
MIT License
3.02k stars 399 forks source link

Service Fabric Sample that uses gRpc #1198

Open ToFab opened 3 years ago

ToFab commented 3 years ago

I would like to request a sample application that shows how to communicate using gRPC.

The sample should at minimum cover the following

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.

Jaans commented 1 year ago

Any update on this MS? Or should we abandon Service Fabric too?