mysql-binlog-connector-java icon indicating copy to clipboard operation
mysql-binlog-connector-java copied to clipboard

Provide ability to specify JDBC connection string

Open iirekm opened this issue 2 years ago • 1 comments

For example our MySQL server on Azure requires the following: jdbc:mysql://...?useSSL=true&requireSSL=true&useTimezone=true&serverTimezone=UTC&enabledTLSProtocols=TLSv1.2

  • There's no way to specify those parameters with your connector (and so I get "No appropriate protocol"), after fixing that I'd probably get error about wrong timestamp params.
  • Specifying the things with one parameter makes Spring Boot / Docker / Kubernetes production deployments easier (just 1 param, not 10)

iirekm avatar Jan 18 '23 14:01 iirekm

Hello @iirekm . I would like to work on this, if it is available

DevPJ9 avatar Jan 18 '23 15:01 DevPJ9