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 14, 2024
1 parent 822c5c0 commit fe97503
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 @@ -261,7 +261,7 @@ pub enum SslMode {

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

Expand Down

0 comments on commit fe97503

Please sign in to comment.