From 8413d9cf6a5507cfe29d8983f51bd6df2a5bab38 Mon Sep 17 00:00:00 2001 From: gosonzhang Date: Wed, 15 Jan 2025 10:15:10 +0800 Subject: [PATCH] [INLONG-11670][SDK] Rename the ProxysdkException class name to ProxySdkException --- .../org/apache/inlong/common/msg/AttributeConstants.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inlong-common/src/main/java/org/apache/inlong/common/msg/AttributeConstants.java b/inlong-common/src/main/java/org/apache/inlong/common/msg/AttributeConstants.java index 6a4d23f30b..974579d16e 100644 --- a/inlong-common/src/main/java/org/apache/inlong/common/msg/AttributeConstants.java +++ b/inlong-common/src/main/java/org/apache/inlong/common/msg/AttributeConstants.java @@ -104,13 +104,13 @@ public interface AttributeConstants { // Message reporting time, in milliseconds // Provided by the initial sender of the data, and passed to - // the downstream by the Bus without modification for the downstream to + // the downstream by the DataProxy without modification for the downstream to // calculate the end-to-end message delay; if this field does not exist in the request, - // it will be added by the Bus with the current time + // it will be added by the DataProxy with the current time String MSG_RPT_TIME = "rtms"; // inlong sdk version - String PROXY_SDK_VERSION = "inlongSdkVer"; + String PROXY_SDK_VERSION = "sdkVersion"; // Audit version is used for audit to reconciliation String AUDIT_VERSION = "auditVersion";