From e33f3e1b8fed51bbc47b0ed9ead94c99471e5257 Mon Sep 17 00:00:00 2001 From: doleyzi Date: Tue, 16 Apr 2024 11:41:45 +0800 Subject: [PATCH] The data protocol adds an audit_version attribute --- .../java/org/apache/inlong/common/msg/AttributeConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 51fd48ac5c5..ea3e1c27de0 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 @@ -105,6 +105,6 @@ public interface AttributeConstants { // 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 + // Audit version is used for audit to reconciliation String AUDIT_VERSION = "auditVersion"; }