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 2023/01/12 06:29:17 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #7193: [INLONG-7175][Agent] Support PostgreSQL Source

healchow commented on code in PR #7193:
URL: https://github.com/apache/inlong/pull/7193#discussion_r1067746410


##########
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/pojo/JobProfileDto.java:
##########
@@ -52,6 +52,10 @@ public class JobProfileDto {
      * kafka source
      */
     public static final String KAFKA_SOURCE = "org.apache.inlong.agent.plugin.sources.KafkaSource";
+    /**
+     * Postgres source
+     */
+    public static final String POSTGRES_SOURCE = "org.apache.inlong.agent.plugin.sources.PostgreSQLSource";

Review Comment:
   Postgres -> PostgreSQL
   
   POSTGRES_SOURCE -> POSTGRESQL_SOURCE



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