Is there an existing issue for this?
Current Behavior
|
if (t instanceof ApiDocRegisterDTO) { |
|
URIRegisterDTO dto = (URIRegisterDTO) t; |
FailbackRegistryRepository.addFailureUriDataRegister checks t instanceof ApiDocRegisterDTO instead of t instanceof URIRegisterDTO
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Debug logs
No response
Anything else?
No response
Is there an existing issue for this?
Current Behavior
shenyu/shenyu-register-center/shenyu-register-client/shenyu-register-client-api/src/main/java/org/apache/shenyu/register/client/api/FailbackRegistryRepository.java
Lines 138 to 139 in 338ea9a
FailbackRegistryRepository.addFailureUriDataRegister checks t instanceof ApiDocRegisterDTO instead of t instanceof URIRegisterDTO
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Debug logs
No response
Anything else?
No response