-
Enhancement
-
Resolution: Unresolved
-
Minor
-
None
-
0.9.0.Beta2
-
None
Currently to connect to a secure MongoDB database it's necessary to change the global Kafka Connect JKS stores, which are spread among all threads and might cause issues if you want to set it only for the MongoDB Connection thread.
A solution is to allow the connector the configura custom `truststore` and `keystore`, just like it's in the MySQL Connector for instance.
- is incorporated by
-
DBZ-354 Define a centralized approach for SSL settings that are shared by all connectors
- Pull Request Sent