-
Notifications
You must be signed in to change notification settings - Fork 921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: LoggingService with JSON log writer fails for gRPC messages #5872
Comments
Is this still a problem? What was the culprit? |
I did not mean to complete this 😭 I have reverted this change in an internal repo and linked this issue, thus it automatically resolved. |
We have some options, my first attempt is this:
This works somewhat fine, however JSON formatting of RPC based params is incorrect. Protobuf messages can't be serialized using Object Mappers, there is some kind of recursion happening. I don't even know how to serialize other types such as Thrift. Maybe we can check params and if they extend |
I have created a draft PR here: #5873 For whatever reason my test can't capture |
I am geetting the following error:
All I am doing is adding the following to my server and calling some gRPC endpoints:
test reprod under
JsonLogFormatterTest
,The text was updated successfully, but these errors were encountered: