-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于Dubbo的demo 如果限流规则设置在服务提供方 #374
Comments
确实捕获不到,因为在filter中抛出异常,dubbo框架为了避免反序列化失败将异常信息通过 demo用的jdk1.8,参考#295,dubbo自带的 即使用jdk1.7或者指定 |
嗯嗯!!!大神的框架底子可以的. 明白了. |
也是在学习和摸索哈。 补充下刚找到的一个方法可以捕获: 这样在demo1的消费端就能捕获到 但要注意的是: 因为消费端的依赖不确定,所以dubbo的 我也提了个问题 #379 ,可以一起讨论,看能否通过 |
嗯嗯!!!!!!!谢谢大佬!!!!!! |
消费者那边似乎无法抓到SentinelRpcException 异常.
会显示报错异常信息. 大概是这样子..... 那么我把限流规则配在服务端这边... 消费端被限流了... 我莫非还要对异常里的具体信息 进行判断吗....
因为不对异常做判断的话. 这有两种可能 一种是Dubbo服务提供方调用异常. 一种是 被限流了.
但是如果把限流规则配在消费端的话 可以抓取到SentinelRpcException异常 然后走里面的业务逻辑.....
The text was updated successfully, but these errors were encountered: