baomingyu commented on code in PR #10009:
URL: https://github.com/apache/inlong/pull/10009#discussion_r1571620162
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/source/mongodb/MongoDBSource.java:
##########
@@ -58,6 +58,9 @@ public class MongoDBSource extends StreamSource {
@ApiModelProperty("MongoDB collection name")
private String collection;
+ @ApiModelProperty("Debezium snapshot mode")
Review Comment:
comment suggest like this “Debezium snapshot mode. Available options are
initial and never, default is initial” in MongoDBSourceRequest.java
--
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]