Alanxtl commented on code in PR #1032:
URL: https://github.com/apache/dubbo-go-samples/pull/1032#discussion_r2803973268
##########
router/tag/proto/greet.proto:
##########
Review Comment:
如果没有特殊的proto的话可以直接复用已有的proto,不用再新建proto了,复用direct/proto
##########
README.md:
##########
@@ -37,6 +37,7 @@ A collection of runnable Dubbo-go examples covering
configuration, registries, o
* `otlp_http_exporter`: Uses `otlpHttpExporter` to export tracing data,
covering `dubbo`/`triple`/`jsonrpc` protocols.
* `registry`: Examples of using different service registries (e.g., Nacos,
Zookeeper).
* `retry`: Demonstrates retry mechanisms in Dubbo-go RPC calls.
+* `router`: Various Dubbo-go router examples
Review Comment:
```suggestion
* `router`: Various Dubbo-go router examples
* `router/tag`: ......
```
--
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]