vernedeng commented on code in PR #9994:
URL: https://github.com/apache/inlong/pull/9994#discussion_r1566669297


##########
inlong-common/src/main/java/org/apache/inlong/common/msg/AttributeConstants.java:
##########
@@ -104,4 +104,7 @@ public interface AttributeConstants {
     // 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
     public static final String MSG_RPT_TIME = "rtms";
+
+    // Audit version is used for audit to reconciliation
+    String AUDIT_VERSION = "auditVersion";

Review Comment:
   public static



##########
inlong-common/src/main/java/org/apache/inlong/common/msg/AttributeConstants.java:
##########
@@ -104,4 +104,7 @@ public interface AttributeConstants {
     // 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
     public static final String MSG_RPT_TIME = "rtms";
+
+    // Audit version is used for audit to reconciliation
+    String AUDIT_VERSION = "auditVersion";

Review Comment:
   public static final



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