yizhenqiang
yizhenqiang
You may be able to add a fourth option,that is 4) log the error message, then make the transmitted data is written to a file specified by the user. This...
> 服务自省的特性,虽然有博客说明原理和机制,可是我找不到,如何使用的文档。 > 怎么在provider 注册时开启服务自省。 > 希望能给一个基于2.7.5 以后的demo,或者文档说明。 * https://mercyblitz.github.io/2020/05/11/Apache-Dubbo-%E6%9C%8D%E5%8A%A1%E8%87%AA%E7%9C%81%E6%9E%B6%E6%9E%84%E8%AE%BE%E8%AE%A1/ * https://blog.csdn.net/alisystemsoftware/article/details/106615082
后面我们会补充到官方文档中去
我也遇到了这个问题 [arthas@1]$ trace org.springframework.cloud.gateway.filter.GlobalFilter filter '#cost > 50' Affect(class count: 3 , method count: 3) cost in 1702 ms, listenerId: 1 Enhance error! exception: java.lang.ClassFormatError error happens when enhancing class:...
> > 我也遇到了这个问题 > > [arthas@1]$ trace org.springframework.cloud.gateway.filter.GlobalFilter filter '#cost > 50' > > Affect(class count: 3 , method count: 3) cost in 1702 ms, listenerId: 1 > > Enhance...
In reactive programming, no thread should be blocked,so we can assume that all threads are always processing things, and most IO events are processed in a timely manner, so in...
> 还不错,看着能用。但是侵入太大了。首先,整体上对方法限流降级熔断对意义不大,应该是面向依赖做更科学。其次,所有方法都来一发try catch finally,或者util.invoke这种,都是画面太美。好的框架应该尽可能的不改动编程风格,表面看应该保障的是面向业务编程,而不是面向稳定编程。 嗯嗯,“try catch finally,或者util.invoke这种” 这只是基本用法,我们支持注解的方式,我补充下文档
> 常规三连炮 > > 1. 是否支持应用、IP 级别的细粒度限流 > 2. 对于降级方法的处理方式,是不是仍然需要一个限流方法对应一个降级方法的老套路 > 3. 对于想限流的方法,是否支持注解操作 1. 这个可能要和RPC框架打通了,目前我们官方的扩展主要是Dubbo,你这边在用哪些框架可以报上来,我们给予支持。 2.这一点我没太理解,能在详细描述下吗? 3.支持的!!文档还在完善,欢迎先加入我们微信开发群