healchow commented on code in PR #7316: URL: https://github.com/apache/inlong/pull/7316#discussion_r1095405246
########## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/PulsarClusterOperator.java: ########## @@ -87,17 +95,29 @@ protected void setTargetEntity(ClusterRequest request, InlongClusterEntity targe } } - @Override public Boolean testConnection(ClusterRequest request) { PulsarClusterRequest pulsarRequest = (PulsarClusterRequest) request; PulsarClusterInfo pulsarInfo = new PulsarClusterInfo(); CommonBeanUtils.copyProperties(pulsarRequest, pulsarInfo); try (PulsarAdmin ignored = PulsarUtils.getPulsarAdmin(pulsarInfo)) { Review Comment: `ignored` is weired too. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org