grpc-dotnet icon indicating copy to clipboard operation
grpc-dotnet copied to clipboard

Versioning example

Open PiotrKowalski93 opened this issue 4 years ago • 0 comments

The examples lack of sample about service versioning on server. Currently I am working on PoC of versioning and there is only "theory" here: https://docs.microsoft.com/en-us/aspnet/core/grpc/versioning?view=aspnetcore-3.1

and here https://developers.google.com/protocol-buffers/docs/proto3#packages

Is there any sample that you could share? Like package Greet.v1; and package Greet.v2;

Thanks, Piotr Kowalski

PiotrKowalski93 avatar Jul 13 '20 09:07 PiotrKowalski93