akka / akka-grpc

Akka gRPC
https://doc.akka.io/docs/akka-grpc/
Other
431 stars 123 forks source link

Server reflection is experimental #850

Open ennru opened 4 years ago

ennru commented 4 years ago

Short description

Akka gRPC 0.8.0 introduces experimental support for "Server reflection".

Details

It implements version v1alpha of the upstream standard, so we might expect subsequent versions of the service to emerge. Also, the Java/Scala API's to enable this feature may still change in further versions of Akka gRPC, and future versions of this feature may not work with services generated with older versions of Akka gRPC.

References #380, #654

franciscolopezsancho commented 1 month ago

There is already https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1/reflection.proto

johanandren commented 1 month ago

Looking at the specs the two versions are identical except some comments, the package and some language specific options for java and go, so will be easy to implement both with versions the same impl or migrate.