watsonjo737 opened a new pull request, #4225: URL: https://github.com/apache/flink-cdc/pull/4225
https://issues.apache.org/jira/browse/FLINK-38934 ## What is the purpose of the change Add support for configuring the TLS protocol used by the binlog client via `debezium.binlog.ssl.protocol`. Use case: Workaround for FLINK-38904 (TLS 1.3 KeyUpdate deadlock) by allowing users to force TLSv1.2 for the binlog connection. Example: 'debezium.binlog.ssl.protocol' = 'TLSv1.2' ## Changes Use the protocol provided in `debezium.binlog.ssl.protocol` for binlog client connection. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
