fuweng11 commented on code in PR #9868:
URL: https://github.com/apache/inlong/pull/9868#discussion_r1575895474


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/SortServiceImpl.java:
##########
@@ -53,6 +81,10 @@
 @Service
 public class SortServiceImpl implements SortService, PluginBinder {
 
+    private static final int RESPONSE_CODE_SUCCESS = 0;
+    private static final int RESPONSE_CODE_NO_UPDATE = 1;
+    private static final int RESPONSE_CODE_FAIL = -1;
+    private static final int RESPONSE_CODE_REQ_PARAMS_ERROR = -101;

Review Comment:
   Done.



##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/ProcessName.java:
##########
@@ -70,7 +70,9 @@ public enum ProcessName {
     /**
      * Delete inlong stream process
      */
-    DELETE_STREAM_RESOURCE("Delete Stream");
+    DELETE_STREAM_RESOURCE("Delete Stream"),
+
+    CREATE_CLUSTER_RESOURCE("Create Cluster");

Review Comment:
   Done.



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