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.03k stars 399 forks source link

Question - Service Fabric Reverse Proxy - support HTTP/2? #828

Open moberacker opened 6 years ago

moberacker commented 6 years ago

Hi Team,

Is Service Fabric Reverse Proxy compatible with HTTP/2 (gRPC)?

Thanks, Markus

MedAnd commented 6 years ago

see this thread microsoft/service-fabric-issues#282

moberacker commented 6 years ago

OK, thanks.

kavyako commented 6 years ago

As of today, the reverse proxy does not provide support for HTTP/2.

heavenwing commented 5 years ago

any update for this issue? I want to host ASP.NET Core gRPC service in Service Fabric, and use reverse proxy to connect service from client.

qrli commented 4 years ago

Still no http/2?

florisrobbemont commented 4 years ago

Any update on this? Would like to use HTTP/2 with the reverse proxy as well