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
Java SDK (apache/dubbo)
Dubbo java 3.3
Consumer get an exception with grc-status:13(INTERNAL) when provider return "Mono.empty()" in reactive rpc;
Consumer should get exception with grc-status:5 and detail : NOT_FOUND.
why the method "org.apache.dubbo.rpc.protocol.tri.h12.grpc.GrpcHttp2ServerTransportListener#httpStatusToGrpcStatus" always return 13 ?
The text was updated successfully, but these errors were encountered:
This is a bug, welcome to PR
Sorry, something went wrong.
fix: fix httpStatusToGrpcStatus always return 13 apache#14498
1ccb7f3
fix: fix httpStatusToGrpcStatus always return 13 #14498 (#14563)
32336db
Co-authored-by: haifeng.pang <panghaifeng@weidian.com>
No branches or pull requests
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Dubbo java 3.3
Steps to reproduce this issue
Consumer get an exception with grc-status:13(INTERNAL) when provider return "Mono.empty()" in reactive rpc;
What you expected to happen
Consumer should get exception with grc-status:5 and detail : NOT_FOUND.
Anything else
why the method "org.apache.dubbo.rpc.protocol.tri.h12.grpc.GrpcHttp2ServerTransportListener#httpStatusToGrpcStatus" always return 13 ?
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: