zzl12222 opened a new pull request, #56:
URL: https://github.com/apache/dubbo-benchmark/pull/56

   ## 类型
   新功能
   
   ## 描述
   实现了一个Dubbo负载均衡测试工具
   
   ## 实现的功能
   1. 通过@EnableDubboTest注解启用测试
   2. 通过@DubboInvokeStat注解配置测试参数
   3. 添加NettyConsumer组件处理Consumer端测试
   4. 添加NettyProducer组件处理Provider端测试
   5. 提供测试场景枚举配置
   6. 添加Docker启动脚本部署测试环境
   
   ## 使用方法
   1. Consumer添加@EnableDubboTest
   2. API接口添加@DubboInvokeStat
   3. Consumer注入NettyConsumer Bean
   4. Provider注入NettyProducer Bean
   5. 运行dubbo_dlt.sh脚本
   6. 执行docker compose up启动测试环境


-- 
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]

Reply via email to