You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protobuf files are used for gRPC contract for server and client. Right now .proto files are implemented by the server, but clients needs to implement them as well in order to call the server. Thus the .proto files needs to be distributed/availble to/fer server and clients.
One approach is using references to tags in Github repository.
Another is via nuget. See links:
Yes, I think it would be best for consuming applications to reference the raw protobuf files, this ensures our documentation and examples are sufficient for all client languages. If we begin creating nuget packages, then dotnet clients might be easier, but other languages might be harder, since we might not be as focused on proper documentation.
Description
Protobuf files are used for gRPC contract for server and client. Right now .proto files are implemented by the server, but clients needs to implement them as well in order to call the server. Thus the .proto files needs to be distributed/availble to/fer server and clients.
One approach is using references to tags in Github repository.
Another is via nuget. See links:
Acceptance criteria
Scope limit
Solution plan
The text was updated successfully, but these errors were encountered: