wangguan

Results 16 comments of wangguan

## Dubbo-go Tracing Todo List - In the Dubbo-go kernel, the configuration loading and component initialization of tracing should be supplemented and improved, and the application can realize the comprehensive...

Before implementing specific development tasks, I believe we should establish a development plan. Below is a rough outline I have prepared based on recent meeting discussions: 1. Starting with the...

您好,dubbo-go-samples/filter/custom 下有类似的场景,我直接运行没有复现出来您提到的 bug。之后我结合您在 issue 中提供的代码,对于 samples 中的示例稍作改动,对于 provider/consumer 的判断仍然是正确的,您可以参考一下:https://github.com/ev1lQuark/dubbo-go-samples/commit/e1c1b6ed03a28034efa52ca976a2a21a58e6e959 - provider filter log ``` 2023-11-26T16:02:29.823+0800 INFO custom/myFilter.go:34 gaia-resource-srv|rpcAccess|provider|SayHello|0|[name:"laurence"]| ``` - consumer filter log ``` 2023-11-26T16:02:29.824+0800 INFO custom/myFilter.go:34 gaia-resource-srv|rpcAccess|consumer|SayHello|1|[name:"laurence"]| ```

Sorry, there was a mistake in my previous description. After looking at the code related to configuration loading, it is indeed possible to support multiple types of configuration files by...

> @ev1lQuark 很赞的需求,另外有一个建议。将 Metrics 模块的被集成能力加强。目前只能启动 dubbo-go 实现的http server 拿到metric。希望可以支持从外部注入 Prometheus Registerer。如果认同,我可以贡献开发。 上次双周会讨论了 dubbo-go 作为微服务架构开发框架的定位,社区对于框架的“被集成”能力持较为保守的态度,建议您可以提一个新 issue