You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/05/07 13:23:57 UTC

[GitHub] [incubator-inlong] healchow commented on a diff in pull request #4104: [INLONG-4077][Manager] Implement the APIs of data node management

healchow commented on code in PR #4104:
URL: https://github.com/apache/incubator-inlong/pull/4104#discussion_r867351957


##########
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/DataNodeEntityMapper.java:
##########
@@ -35,4 +38,8 @@ public interface DataNodeEntityMapper {
 
     int deleteById(Integer id);
 
-}
\ No newline at end of file
+    DataNodeEntity selectByUniqueKey(DataNodeRequest request);

Review Comment:
   Please reuse the `selectByNameAndType` method.



-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org