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
What are available options to configure to print like above?
If there is no solution. Can we please plan to have this in the coming versions?
Describe the solution you'd like
I haven't thought decided on the solution. Just trying to check if there is a solution
Describe alternatives you've considered
At the moment - none
Additional context
Add any other context or screenshots about the feature request here.
Scenario: We created a new gRPC service. We have an existing REST API JSON payload, and with the help of mappers, we were able to convert it to proto. However, when logging the proto payload (which we plan to use for making the RPC call) as JSON, it is not logging with the exact structure.
The text was updated successfully, but these errors were encountered:
What language does this apply to?
Java
Describe the problem you are trying to solve.
I have a proto message like below & trying to convert into JSON using JsonFormat.
protoRequest is looking like below:
But I am expecting to print like below:
What are available options to configure to print like above?
If there is no solution. Can we please plan to have this in the coming versions?
Describe the solution you'd like
I haven't thought decided on the solution. Just trying to check if there is a solution
Describe alternatives you've considered
At the moment - none
Additional context
Add any other context or screenshots about the feature request here.
Scenario: We created a new gRPC service. We have an existing REST API JSON payload, and with the help of mappers, we were able to convert it to proto. However, when logging the proto payload (which we plan to use for making the RPC call) as JSON, it is not logging with the exact structure.
The text was updated successfully, but these errors were encountered: