liuqingkuo opened a new issue, #5399: URL: https://github.com/apache/shenyu/issues/5399
### Question 当Resilience4JHandle的选择器不继续的时候, Resilience4JBuilder build(final RuleData ruleData) 方法第一行 Resilience4JHandle handle = GsonUtils.getGson().fromJson(ruleData.getHandle(), Resilience4JHandle.class); 其中ruleData.getHandle()是空,会报空指针异常 为什么不使用缓存中的数据Resilience4Handler.CACHED_HANDLER -- 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: notifications-unsubscr...@shenyu.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
