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
Replacing jsonpb into protojson is needed because jsonpb has been deprecated.
Additionally, protojson allows us to use marshalOptions to use snake_case keys for marshalling. Only camelCase is supported currently in grpc access logs and it seems it's not a good practice.
Replacing
jsonpb
intoprotojson
is needed becausejsonpb
has been deprecated.Additionally, protojson allows us to use marshalOptions to use
snake_case
keys for marshalling. OnlycamelCase
is supported currently in grpc access logs and it seems it's not a good practice.The text was updated successfully, but these errors were encountered: