dotnet/orleans

Orleans.GRPC

Open

#5 903 ouverte le 24 août 2019

Voir sur GitHub
 (20 commentaires) (10 réactions) (0 assignés)C# (2 123 forks)batch import
hacktoberfesthelp wanted

Métriques du dépôt

Stars
 (10 777 stars)
Métriques de merge PR
 (Merge moyen 2j 2h) (64 PRs mergées en 30 j)

Description

As described in issue https://github.com/dotnet/orleans/issues/3190 microservices become popular and of most popular solution is using protobuf with GRPC srevices. And I think it will be more interesting if use will have choice of using HTTP or GRPC to using Orleans backend.

So, what I propose is generating protobuf models from c# interfaces that could be translated to http\grpc with swagger support.

Guide contributeur