spacewander commented on code in PR #7639:
URL: https://github.com/apache/apisix/pull/7639#discussion_r946257951


##########
apisix/plugins/grpc-transcode.lua:
##########
@@ -72,6 +72,17 @@ local schema = {
                 "disable_hooks",
             }
         },
+        show_status_in_body = {
+            description = "show decoded grpc-status-details-bin in response 
body",
+            type        = "boolean",
+            default     = false
+        },
+        -- 
https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto#L46

Review Comment:
   You should use GitHub's permalink feature, not a link to the master.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to