fantiq commented on issue #15447: URL: https://github.com/apache/dubbo/issues/15447#issuecomment-2962306788
> Thanks for report, it's a bug. > > [dubbo/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/rest/mapping/DefaultRequestMappingRegistry.java](https://github.com/apache/dubbo/blob/da8fd19c2c041326f9d35c47b2448e37b35ca716/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/rest/mapping/DefaultRequestMappingRegistry.java#L132) > > Line 132 in [da8fd19](/apache/dubbo/commit/da8fd19c2c041326f9d35c47b2448e37b35ca716) > > MethodDescriptor md = sd.getMethod(method.getName(), method.getParameterTypes()); > > The StreamObserver type parameter needs to be ignored. @oxsean i have fix it. if RpcType is not UNARY, the paramTypes should ignore StreamObserver type. Can I submit a PR? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
