moremind

Results 136 comments of moremind

> The correct usage is RateLimiter for cluster limiting and Hystrix for fuse degradation, right? Or does anyone have any suggestions for a more mature way to use it yeap

yeah, shenyu will refactor the design, and keep the database, now, you can config `shenyu.register.props.checked=false`

> Why is "and" a higher priority than "or"?can't understand `and` means match all conditions, `or` just one condition, you know `&&` and `||`

this means `Maximum matching principle`

> So, I understand, since they all match, we should `sort` them and take the smallest one of course, the condition can help many requests match

> > So, I understand, since they all match, we should `sort` them and take the smallest one > > of course, the condition can help many requests match and...

> > pending next version~ > > All right. But I have a question, Why does CI always fail? e2e testing has a bug