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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to