leno23 opened a new pull request, #3385: URL: https://github.com/apache/dubbo-go/pull/3385
## What changed - Added README guidance for Java method name compatibility. - Documented first-letter case fallback for exported Go RPC methods. - Added a `MethodMapper` example for explicit lower camel case Java method mapping. ## Why Issue #257 is kept open as a beginner-facing interoperability reference. The behavior is already implemented, including the routing improvements from #3277, but the README did not clearly explain how Go `GetUser` maps to Java `getUser` or when to use `MethodMapper`. Refs #257 ## Validation - `git diff --check` -- 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]
