I have two points that need to be clarified and that I couldn't find any solution on the docs.
1- Is MongoDB (source) connector supporting SSL security options to connect Kafka brokers, like MySQL connector? MySQL connector seems to have pass-through SSL configuration parameters (database.history.producer.ssl*), on the contrary MongoDB connector doesn't.
2- Is there any option to encrypt database password fields (e.g. mongodb.password) in Debezium connector configuration files? Or In general, is there a generic workaround to encrypt credentials in config files?
Thanks in advance.