Aias00 commented on code in PR #5659: URL: https://github.com/apache/shenyu/pull/5659#discussion_r1765043659
########## shenyu-admin/src/main/java/org/apache/shenyu/admin/service/register/AbstractShenyuClientRegisterServiceImpl.java: ########## @@ -196,7 +200,40 @@ public String doRegisterURI(final String selectorName, final List<URIRegisterDTO } return ShenyuResultMessage.SUCCESS; } - + + @Override + public String doHeartbeat(final String selectorName, final List<URIRegisterDTO> uriList) { + if (CollectionUtils.isEmpty(uriList)) { + return ""; Review Comment: i copied this from 'org.apache.shenyu.admin.service.register.AbstractShenyuClientRegisterServiceImpl#doRegisterURI' -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org