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/07/15 08:55:01 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #5071: [INLONG-5070][Manager] Add more parameter settings support for stream source

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


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/source/mongodb/MongoDBSourceDTO.java:
##########
@@ -58,6 +59,9 @@ public class MongoDBSourceDTO {
     @ApiModelProperty("Primary key must be shared by all tables")
     private String primaryKey;
 
+    @ApiModelProperty("Properties for MySQL")
+    private Map<String, Object> properties;

Review Comment:
   This is MongoDB, not MySQL.



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