gosonzhang commented on code in PR #11119: URL: https://github.com/apache/inlong/pull/11119#discussion_r1770738084
########## inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/ConfigConstants.java: ########## @@ -74,4 +74,6 @@ public class ConfigConstants { public static String HTTP = "http://"; public static String HTTPS = "https://"; + public static int MAX_MESSAGE_LENGTH = 500 * 1024; Review Comment: Can this package size be obtained through other means other than SDK settings, such as getting this value from the Manager? -- 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