This is an automated email from the ASF dual-hosted git repository. luchunliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git
from 636822bbaf [INLONG-9122][Agent] Add task and instance action (#9123) add 3ee9921001 [INLONG-9120][Agent] Add offset db to store the offset data (#9121) No new revisions were added by this update. Summary of changes: .../inlong/agent/constant/AgentConstants.java | 3 + .../inlong/agent/constant/CommonConstants.java | 13 +++- .../java/org/apache/inlong/agent/db/OffsetDb.java | 83 ++++++++++++++++++++++ 3 files changed, 96 insertions(+), 3 deletions(-) create mode 100755 inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/db/OffsetDb.java