Skip to content

Commit

Permalink
feat: default ssl.mode to prefer
Browse files Browse the repository at this point in the history
  • Loading branch information
jetjinser committed Mar 19, 2024
1 parent 425a119 commit 9cf2811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/source/cdc/external/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ pub enum SslMode {

impl Default for SslMode {
fn default() -> Self {
Self::Disable
Self::Prefer
}
}

Expand Down

0 comments on commit 9cf2811

Please sign in to comment.