Tuesday, 4 April 2017

What is the difference between dynamically and statically generated grpc code?

In the examples of the GRPC client there are two types of implementation, one where the .proto files are loaded and processed at runtime, and one where they are compiled using protoc.

My question is: what is the difference? The docs say nothing more than 'they behave identically', but surely there has to be a difference right?



via Sander

No comments:

Post a Comment