[ 
https://issues.apache.org/jira/browse/FLINK-38934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Watson updated FLINK-38934:
--------------------------------
    Description: 
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}

  was:
When providing debeziumProperties in    
`org.apache.flink.cdc.connectors.mysql.source.MySqlSource`, 
`binlog.ssl.protocol` setting is ignored. This can be useful to specify a 
particular ssl protocol.

 

Current state:

binlog.ssl.protocol config in debeziumProperties is ignored

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}


>  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: Bug
>          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)

Reply via email to