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


##########
inlong-manager/manager-workflow/src/main/java/org/apache/inlong/manager/workflow/event/process/ProcessEventListener.java:
##########
@@ -32,4 +38,16 @@ public interface ProcessEventListener extends 
EventListener<ProcessEvent> {
      */
     List<ProcessEventListener> EMPTY_LIST = Lists.newArrayList();
 
+    /**
+     * Async process common thread pool
+     */
+    ExecutorService executorService = new ThreadPoolExecutor(

Review Comment:
   The variables in the interface are `public static final`, please change the 
name to the big camel case, thanks.



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