LBJWt opened a new issue, #4798:
URL: https://github.com/apache/shenyu/issues/4798
### Question
` public void handlerRule(final RuleData ruleData) {
Optional.ofNullable(ruleData.getHandle()).ifPresent(s -> {
DivideRuleHandle divideRuleHandle =
GsonUtils.getInstance().fromJson(s, DivideRuleHandle.class);
CACHED_HANDLE.get().cachedHandle(CacheKeyUtils.INST.getKey(ruleData),
divideRuleHandle);
// the update is also need to clean, but there is no way to
// distinguish between crate and update, so it is always clean
MetaDataCache.getInstance().clean();
});
}`
The ruleData.getHandle() here is a list pushed from the shenyu-admin, which
is received by a single object, and an exception will be reported here
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]