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


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/sink/StreamSinkServiceImpl.java:
##########
@@ -125,15 +118,6 @@ public Integer save(SinkRequest request, String operator) {
             sinkEntity.setStatus(nextStatus.getCode());
             sinkMapper.updateStatus(sinkEntity);
         }
-        // If the stream is [CONFIG_SUCCESSFUL], then asynchronously start the 
[CREATE_STREAM_RESOURCE] process

Review Comment:
   Suggest adding a param to control whether to enable the process.
   
   I will commit it in a new PR.



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