Service Fabric -Stateless ASP.Net Core - Support for ASP.Net Core 3.0 gRPC

Sandeep Kandula 1 Reputation point
2019-11-29T06:46:51.04+00:00

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://learn.microsoft.com/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?

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
252 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Andrej 6 Reputation points
    2020-01-01T09:36:29.327+00:00

    gRPC services with ASP.NET Core currently do not seem to be integrated with Service Fabric's native functionality such as Reverse proxy & Partitioning:

    1 person found this answer helpful.
    0 comments No comments