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/10/30 13:30:30 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #6294: [INLONG-6288][Manager] Refactor getSortClusterConfig

healchow commented on code in PR #6294:
URL: https://github.com/apache/inlong/pull/6294#discussion_r1008856984


##########
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/StreamSinkEntityMapper.java:
##########
@@ -117,6 +117,8 @@ List<String> selectExistsStreamId(@Param("groupId") String groupId, @Param("sink
      */
     List<SinkInfo> selectAllConfig(@Param("groupId") String groupId, @Param("idList") List<String> streamIdList);
 
+    List<StreamSinkEntity> selectAllStreamSinks();

Review Comment:
   Suggest using `Cursor` to avoid the OOM.



-- 
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