Skip to content

Commit

Permalink
[INLONG-11670][SDK] Rename the ProxysdkException class name to ProxyS…
Browse files Browse the repository at this point in the history
…dkException
  • Loading branch information
gosonzhang committed Jan 15, 2025
1 parent ed6dafe commit 8413d9c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 8413d9c

Please sign in to comment.