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
It can be helpful to provide some basic Dev UI functionality for the gRPC extension, e.g.
List all @GrpcServices
Provide some basic way to test the services
We could either make use of an existing tool (such as grpcurl), probably started via DevServices, or try to implement some basic UI, e.g. reuse the generated stubs and com.google.protobuf.util.JsonFormat.
The text was updated successfully, but these errors were encountered:
It can be helpful to provide some basic Dev UI functionality for the gRPC extension, e.g.
@GrpcService
sWe could either make use of an existing tool (such as grpcurl), probably started via DevServices, or try to implement some basic UI, e.g. reuse the generated stubs and
com.google.protobuf.util.JsonFormat
.The text was updated successfully, but these errors were encountered: