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


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/sort/CreateSortConfigListenerV2.java:
##########
@@ -91,6 +92,11 @@ public ListenerResult listen(WorkflowContext context) throws 
Exception {
         InlongGroupInfo groupInfo = form.getGroupInfo();
         List<InlongStreamInfo> streamInfos = form.getStreamInfos();
         final String groupId = groupInfo.getInlongGroupId();
+        List<StreamSink> streamSinks = sinkService.listSink(groupId, null);

Review Comment:
   This seems a bug, please commit it in a new PR, see more info in #4715.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to