ma642 opened a new issue #1712: URL: https://github.com/apache/dubbo-go/issues/1712
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: **Why is this needed**: 1. 一个更简单的对于dubbo服务的调动功能,不需要配置request的schema和service列表, 直接调用,在开发初期对开发团队特别有意义。类似于curl,gcurl。 2. 简单压测工具,可以帮助团队初步评估接口性能,类似apache benchmark(AB)。 3. 本地debug某个服务能力:服务已经部署到集成环境,但本地需要启动一个可以调试服务,把特殊标识的请求route到本地启动的服务进行debug,但又不影响其他正常请求;类似与灰度发布一种应用。 4. 快速生成一致的java接口代码和集成测试代码(dubbo 协议), 5. consumer refer到provider的配置有点复杂,希望可以简化:减少registerPOJO的过程;dubbo.yaml简化配置,更加import的consumer 的 module自动 配置。 6. hessian2 增强兼容性;特别是基本类型的0值,指针类型支持上。 -- 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]
