Skip to content

Commit

Permalink
Initial Mongo/DocumentDB source Configuration and Client
Browse files Browse the repository at this point in the history
Signed-off-by: Dinu John <[email protected]>
  • Loading branch information
dinujoh committed Mar 12, 2024
1 parent 3408055 commit 1b4c39f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class MongoDBSourceConfig {
private String trustStorePassword;
@JsonProperty("credentials")
private CredentialsConfig credentialsConfig;

@JsonProperty("snapshot_fetch_size")
private String snapshotFetchSize;
@JsonProperty("read_preference")
Expand All @@ -34,7 +35,7 @@ public class MongoDBSourceConfig {
private Boolean ssl;
@JsonProperty("ssl_invalid_host_allowed")
private Boolean sslInvalidHostAllowed;
@JsonProperty("directConnection")
@JsonProperty("direct_connection")
private Boolean directConnection;

public MongoDBSourceConfig() {
Expand Down

0 comments on commit 1b4c39f

Please sign in to comment.