内容简介:What is new: 1. Add Dubbo Config Center support, must be dubbo 2.7.0+ #97 2. Optimized exception return #94 3. Registry Center and Config Center support is obtained from Nacos, must be Dubbo 2.7.0+...
What is new:
1. Add Dubbo Config Center support, must be dubbo 2.7.0+ #97
2. Optimized exception return #94
3. Registry Center and Config Center support is obtained from Nacos, must be Dubbo 2.7.0+ #57
4. Registry Center and Config Center support Username, Password, Group, Timeout #99
5. Upgrade the dubbo version to v2.7.4.1
新版改进:
1. 增加Dubbo配置中心支持,必须dubbo 2.7.0+ #97
2. 优化异常返回 #94
3. 注册中心和配置中心支持从Nacos获取,必须Dubbo 2.7.0+ #57
4. 注册中心和配置中心支持UserName、Password、Group、Timeout #99
5. 升级dubbo版本到v2.7.4.1
可能会遇到的问题:
1. DUPLICATE_CONFIGCENTERCONFIG
重复的配置中心,这个问题是因为config center初始化后不允许修改并且只允许存在一个,我们在jmeter中反复修改config center中属性值后运行就会出现这个错误,由于目前ConfigCenterConfig对象无法销毁和重新刷新,因此只能重新打开jmeter,建议设置好配置中心的属性后试运行一下进行预热,如果要修改配置中心值需要重开jmeter后生效
[Download|下载](https://gitee.com/ningyu/dist-jmeter-plugins-for-apache-dubbo/raw/master/2.7.4/jmeter-plugins-dubbo-2.7.4-jar-with-dependencies.jar)
Screen:


以上所述就是小编给大家介绍的《Dubbo Jmeter Plugin 2.7.4 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Mastering Regular Expressions, Second Edition
Jeffrey E F Friedl / O'Reilly Media / 2002-07-15 / USD 39.95
Regular expressions are an extremely powerful tool for manipulating text and data. They have spread like wildfire in recent years, now offered as standard features in Perl, Java, VB.NET and C# (and an......一起来看看 《Mastering Regular Expressions, Second Edition》 这本书的介绍吧!