[
https://issues.apache.org/jira/browse/FLINK-38934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Watson updated FLINK-38934:
--------------------------------
Issue Type: New Feature (was: Bug)
> Add binlog.ssl.protocol configuration for binlog client TLS
> ------------------------------------------------------------
>
> Key: FLINK-38934
> URL: https://issues.apache.org/jira/browse/FLINK-38934
> Project: Flink
> Issue Type: New Feature
> Components: Flink CDC
> Reporter: John Watson
> Priority: Major
>
> When providing debeziumProperties in
> `org.apache.flink.cdc.connectors.mysql.source.MySqlSource`, The ability to
> specify a particular ssl protocol would be useful.
>
> Current state:
> No means to specify tls protocol for binlog
> Desired:
> binlog.ssl.protocol config in debeziumProperties is honoured, and
> binlogclient will be configured to use the specified protocol.
>
> e.g.
> {code:java}
> Properties debeziumProps = new Properties();
> debeziumProps.setProperty("binlog.ssl.protocol", "TLSv1.2");
> MySqlSource.builder().debeziumProperties(debeziumProps)...
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)