Alanxtl commented on code in PR #979: URL: https://github.com/apache/dubbo-go-samples/pull/979#discussion_r2591349615
########## README.md: ########## @@ -20,7 +20,7 @@ A collection of runnable Dubbo-go examples covering configuration, registries, o * `polaris/limit`: Uses Polaris as a TPS limiter. * `healthcheck`: Service health check example. * `helloworld`: Basic “Hello World” example for Dubbo-go, also includes Go–Java interoperability. -* `direct`: Triple point-to-point invocation sample without a registry. +* `direct`: Triple point-to-point invocation sample without a registry , also includes Go–Java interoperability. Review Comment: ```suggestion * `direct`: Triple point-to-point invocation sample without a registry, also includes Go–Java interoperability. ``` ########## README_CN.md: ########## @@ -20,7 +20,7 @@ * `polaris/limit`:使用 Polaris 实现 TPS 限流。 * `healthcheck`:服务健康检查示例。 * `helloworld`:Dubbo-go 最基础的 “Hello World” 示例,同时包含 Go 与 Java 的互操作示例。 -* `direct`:不依赖注册中心的 Triple 点对点调用示例。 +* `direct`:不依赖注册中心的 Triple 点对点调用示例,并包含 Go 与 Java 的互操作示例。 Review Comment: ```suggestion * `direct`:不依赖注册中心的 Triple 点对点调用示例,并包含 Go 与 Java 的互操作示例。 ``` -- 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]
