Closed jbactad closed 4 years ago
Hi! Sorry for the late reply - field_mask functionality was indeed untested; I'll fix the bug soon.
Found https://github.com/grpc-ecosystem/grpc-gateway/issues/1136 while digging for a quick solution using existing registry.
This exact panic is caused by a separate bug that didn't allow usage of nested bindings (i.e. body: "some.foo"
), but automatic FieldMask still shouldn't work right now. Since it's a separate issue - I've split it to #80.
I tried setting up a patch request gateway base from grpc_gateway documentation here.
Basically, I'm using field_mask and I'm trying to use the built-in behavior of grpc_gateway so that the client of the endpoint don't need to set the field_mask manually.
here is the callstack:
Any help would be appreciated. Thanks.