healchow commented on code in PR #7036: URL: https://github.com/apache/inlong/pull/7036#discussion_r1056091301
########## inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/DefaultMessageSender.java: ########## @@ -48,8 +48,8 @@ public class DefaultMessageSender implements MessageSender { new ConcurrentHashMap<>(); private static final AtomicBoolean MANAGER_FETCHER_THREAD_STARTED = new AtomicBoolean(false); private static ManagerFetcherThread managerFetcherThread; + private static final SequentialID idGenerator; Review Comment: Then not need a static block. -- 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-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org