Find a way on debezium to use TLS broker urls instead of PlainText urls
eldimious opened this issue · 0 comments
eldimious commented
Possible solution:
The above should be added in connector.json
But also we should change data "template_file" "warehouse_connector_initializer"
and rest of template_file to point to TLS brokers instead of plainText:
so instead of:
bootstrap_servers = module.kafka.bootstrap_brokers
we should use:
bootstrap_servers = module.kafka.bootstrap_brokers_tls