gRPC services with ASP.NET Core currently do not seem to be integrated with Service Fabric's native functionality such as Reverse proxy & Partitioning:
Service Fabric -Stateless ASP.Net Core - Support for ASP.Net Core 3.0 gRPC
Sandeep Kandula
1
Reputation point
I had created a Service Fabric project called "Stateless ASP.Net Core" with ASP.Net Core 3.0 WebAPI.
I replaced WebAPI code with ASP.Net Core 3.0 gRPC middlewear based on MSDN documentation.
MSDN Documentation link :
https://zcusa.951200.xyz/en-us/aspnet/core/grpc/aspnetcore?view=aspnetcore-3.0&tabs=visual-studio
Is it technically possible to use ASP.Net Core 3.0 gRPC with Stateless ASP.Net Core? If yes, how to configure and use it?