metaverse / truss

Truss helps you build go-kit microservices without having to worry about writing or maintaining boilerplate code.
Other
734 stars 143 forks source link

fix regression in how json is returned from the http path #280

Closed zaquestion closed 4 years ago

zaquestion commented 4 years ago

after bringing in some recent changes to use jsonpb, we introduced an accidental regression where the protobuf names stopped being returned as defined in the proto. Truss had changed in place to set the json tags to the correct value, but jsonpb doesnt seem to use those and goes by the protobuf mappings themselves