You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/10 09:45:04 UTC

[GitHub] [inlong] iamsee123 commented on a diff in pull request #5367: [INLONG-5046][Agent] Support collect data from PostgreSQL

iamsee123 commented on code in PR #5367:
URL: https://github.com/apache/inlong/pull/5367#discussion_r942248082


##########
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/constant/SnapshotModeConstants.java:
##########
@@ -27,4 +27,12 @@ public class SnapshotModeConstants {
     public static final String EARLIEST_OFFSET = "never";
 
     public static final String SPECIFIC_OFFSETS = "schema_only_recovery";
+
+    public static final String ALWAYS = "always";

Review Comment:
   OK, i will move it to independent class.



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org