We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the apisix grpc-transcode plugin, I found the protobuf.Struct is not supported.
apache/apisix#8655 (comment)
I use the Struct to indicate a JsonObject input parameter. A message like below:
--- the request part message RawRequest { google.protobuf.Struct reqdata = 1; string type = 2; string serviceurl = 3; string source = 4; int32 page = 5; int32 size = 6; }
while when decoding, the reqdata is empty (not null)
reqdata
Can I workaround this?
The text was updated successfully, but these errors were encountered:
you could use hooks to manipulate the google well-known types yourself.
Sorry, something went wrong.
No branches or pull requests
In the apisix grpc-transcode plugin, I found the protobuf.Struct is not supported.
apache/apisix#8655 (comment)
I use the Struct to indicate a JsonObject input parameter.
A message like below:
while when decoding, the
reqdata
is empty (not null)Can I workaround this?
The text was updated successfully, but these errors were encountered: