Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
When using a parameterless server-streaming method with the Stream protocol, not enabling -parameter will cause an error because the response's name cannot be retrieved.
Steps to reproduce this issue
use method like void get(StreamObserver<String> responseObserver);
What you expected to happen
Normal run.Needn't open -paramter.
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct