An example of using Go gRPC and tools from the greater gRPC ecosystem together with the GoGo Protobuf Project.
453
stars
87
forks
source link
Investigate issue with using grpc-gateway with gogoproto.stdtime = true #18
Closed
johanbrandhorst closed 6 years ago
At $work we ran into an issue with using the
gogoproto.stdtime
as a query parameter to grpc-gateway. The problem is this code https://github.com/grpc-ecosystem/grpc-gateway/blob/ee3ef70b7777cde4e61e4e224cb11e92beecee6a/runtime/query.go#L208 that only handles destination types that implementXXX_WellKnownType
. More investigation necessary.